break-hash-example-dep-b 0.1.0

Example of dep that uses changed hash
Documentation
1
2
3
4
5
use break_hash_example::MyType;

pub fn get_value() -> MyType {
    MyType(42)
}