Skip to content

Commit

Permalink
Pin zerocopy to 0.3.0 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum authored Mar 5, 2021
1 parent d6c42f3 commit d19cfe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/s2n-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ generator = ["bolero-generator"]
[dependencies]
bolero-generator = { version = "0.6", default-features = false, optional = true }
byteorder = { version = "1.1", default-features = false }
zerocopy = "0.3"
zerocopy = "=0.3.0"
2 changes: 1 addition & 1 deletion quic/s2n-quic-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ num-traits = { version = "0.2", default-features = false, features = ["libm"] }
s2n-codec = { version = "0.1", path = "../../common/s2n-codec", default-features = false }
subtle = { version = "2", default-features = false }
thiserror = { version = "1", optional = true }
zerocopy = "0.3"
zerocopy = "=0.3.0"

[dev-dependencies]
bolero = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ s2n-quic-tls-default = { version = "0.1", path = "../s2n-quic-tls-default", opti
s2n-quic-transport = { version = "0.1", path = "../s2n-quic-transport", default-features = false }
thiserror = { version = "1.0", optional = true }
tokio = { version = "0.2", optional = true, features = ["rt-core", "time", "udp"] }
zerocopy = { version = "0.3", optional = true }
zerocopy = { version = "=0.3.0", optional = true }

[dev-dependencies]
bolero = { version = "0.6" }
Expand Down

0 comments on commit d19cfe3

Please sign in to comment.