break-hash-example-dep-b 0.1.0

Example of dep that uses changed hash
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "break-hash-example"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5afa02981d49c3c429ac27e76afb8551a9d47ee7877923b05136b857ab02fa1d"

[[package]]
name = "break-hash-example-dep-b"
version = "0.1.0"
dependencies = [
 "break-hash-example",
]