SpinResearch / merkle.rs

:christmas_tree: Merkle tree in Rust
BSD 3-Clause "New" or "Revised" License
129 stars 23 forks source link

Protobuf 1.7 broke master again #39

Closed psivesely closed 5 years ago

psivesely commented 6 years ago

Obviously they're not too keen on proper use of semver. I think we should use Tilde requirements for rust-protobuf because even after merging #38 we should expect to continue dealing with this problem.

psivesely commented 6 years ago

One thing I'm noticing on my system is that cargo is pullling in 1.7.1 when I specify version ^1.6.x or ~1.7.1, however, a 1.7.3 release exists and according to Rust documentation on specifying dependencies, this is the one that should be brought in.

afck commented 6 years ago

Did you do cargo update? If there's a Cargo.lock it doesn't try to download newer versions.

psivesely commented 6 years ago

Did you do cargo update? If there's a Cargo.lock it doesn't try to download newer versions.

Yeah, I forgot that, thanks. Anyway, broken with 1.7.3 as well.