Skip to content

Commit

Permalink
fix: revert protobuf upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
alamb committed Aug 18, 2022
1 parent 0c84e55 commit 0ca4ed5
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 0ca4ed5

Please sign in to comment.