Skip to content

Commit

Permalink
fix: revert protobuf upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 18, 2022
1 parent 5294f17 commit a1ecbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ smallvec = "1.7"
inferno = { version = "0.11", default-features = false, features = ["nameattr"], optional = true }
prost = { version = "0.11", optional = true }
prost-derive = { version = "0.11", optional = true }
protobuf = { version = "3.0", optional = true }
protobuf = { version = "2.0", optional = true }
criterion = {version = "0.3", optional = true}

[dependencies.symbolic-demangle]
Expand Down

0 comments on commit a1ecbdb

Please sign in to comment.