Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Revert "core/sr-api-macros/Cargo.toml: Pin protobuf version" #3726

Merged
merged 1 commit into from
Sep 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions core/sr-api-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ consensus_common = { package = "substrate-consensus-common", path = "../consensu
codec = { package = "parity-scale-codec", version = "1.0.0" }
trybuild = "1.0"
rustversion = "0.1"
# The protobuf crate introduced a breaking change within its semver minor update
# from 2.8.1 to 2.9.0. The dependency bound below ensures sr-api-macros uses
# anything within the 2.8 minor releases. Remove once
# https://github.com/stepancheg/rust-protobuf/issues/453 is resolved.
protobuf = "~2.8.0"

[[bench]]
name = "bench"
Expand Down