Skip to content

Commit

Permalink
move ahash pin to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed Feb 13, 2024
1 parent 3db9ef2 commit f1d3135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ std = ["futures-channel/std"]
unstable_resumption = []

[dependencies]
ahash = { version = "=0.8.7" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
bytes = { version = "1", default-features = false }
futures-channel = { version = "0.3", default-features = false, features = ["alloc"] }
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }
Expand All @@ -29,6 +28,7 @@ siphasher = "1.0"
smallvec = { version = "1", default-features = false }

[dev-dependencies]
ahash = { version = "=0.8.7" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
bolero = "0.10"
futures-test = "0.3" # For testing Waker interactions
insta = { version = "1", features = ["json"] }
Expand Down

0 comments on commit f1d3135

Please sign in to comment.