Skip to content

Commit

Permalink
Bump prost* (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <psiace@outlook.com>
  • Loading branch information
Chojan Shang authored and YangKeao committed Jul 19, 2021
1 parent 9e9e4e9 commit 26ba741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -26,8 +26,8 @@ tempfile = "3.1"
thiserror = "1.0"

inferno = { version = "0.10", default-features = false, features = ["nameattr"], optional = true }
prost = { version = "0.7", optional = true }
prost-derive = { version = "0.7", optional = true }
prost = { version = "0.8", optional = true }
prost-derive = { version = "0.8", optional = true }
criterion = {version = "0.3", optional = true}

[dependencies.symbolic-demangle]
Expand All @@ -40,7 +40,7 @@ criterion = "0.3"
rand = "0.8.0"

[build-dependencies]
prost-build = { version = "0.7", optional = true }
prost-build = { version = "0.8", optional = true }

[[example]]
name = "flamegraph"
Expand Down

0 comments on commit 26ba741

Please sign in to comment.