Skip to content

Commit

Permalink
Use bytes version 0.4 in all crates which use bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jul 19, 2018
1 parent 9475a38 commit 65b48c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions protobuf-codegen-pure-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ env_logger = "0.5.*"

[dependencies]
protobuf-test-common = { path = "../protobuf-test-common" }
bytes = { version = "0.4", optional = true }

[dependencies.protobuf]
path = "../protobuf"

[dependencies.bytes]
version = "0.*"
optional = true
5 changes: 1 addition & 4 deletions protobuf-test-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ with-bytes = ["bytes", "protobuf/with-bytes"]
glob = "0.2"
log = "0.*"
env_logger = "0.5.*"
bytes = { version = "0.4", optional = true }

[dependencies.protobuf]
path = "../protobuf"

[dependencies.protobuf-codegen]
path = "../protobuf-codegen"

[dependencies.bytes]
version = "0.*"
optional = true
5 changes: 1 addition & 4 deletions protobuf-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ env_logger = "0.5.*"

[dependencies]
protobuf-test-common = { path = "../protobuf-test-common" }
bytes = { version = "0.4", optional = true }

[dependencies.protobuf]
path = "../protobuf"

[dependencies.bytes]
version = "0.*"
optional = true

0 comments on commit 65b48c7

Please sign in to comment.