mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
Update to latest rust-protobuf to fix build
This commit is contained in:
committed by
Romain Ruetschi
parent
75e2070f38
commit
e1c6c79f91
@ -19,7 +19,7 @@ categories = ["data-structures", "cryptography"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ring = "^0.12.0"
|
ring = "^0.12.0"
|
||||||
protobuf = { version = "1.7.1", optional = true }
|
protobuf = { version = "^2.0.2", optional = true }
|
||||||
serde = { version = "^1.0.55", optional = true }
|
serde = { version = "^1.0.55", optional = true }
|
||||||
serde_derive = { version = "^1.0.55", optional = true }
|
serde_derive = { version = "^1.0.55", optional = true }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user