Skip to content

Commit 39c8155

Browse files
committed
Updated to use prost & prost-build 0.7.0
In hopes of fixing parallaxsecond/parsec#514 Signed-off-by: Matt Davis <[email protected]>
1 parent 79b6f18 commit 39c8155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ categories = ["encoding"]
1111
edition = "2018"
1212

1313
[build-dependencies]
14-
prost-build = { version = "0.6.1", optional = true }
14+
prost-build = { version = "0.7.0", optional = true }
1515

1616
[dependencies]
1717
serde = { version = "1.0.115", features = ["derive"] }
1818
bincode = "1.3.1"
1919
num-traits = "0.2.12"
2020
num-derive = "0.3.2"
2121
num = "0.3.0"
22-
prost = "0.6.1"
22+
prost = "0.7.0"
2323
arbitrary = { version = "0.4.6", features = ["derive"], optional = true }
2424
uuid = "0.8.1"
2525
log = "0.4.11"

0 commit comments

Comments
 (0)