Skip to content

Commit

Permalink
chore(s2n-quic): pin ahash in s2n-quic (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum authored Feb 13, 2024
1 parent c0a060d commit cf0b40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ zerocopy = { version = "0.7", optional = true, features = ["derive"] }
zeroize = { version = "1", optional = true, 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 = { version = "0.10" }
s2n-quic-core = { path = "../s2n-quic-core", features = ["branch-tracing", "event-tracing", "probe-tracing", "testing"] }
s2n-quic-platform = { path = "../s2n-quic-platform", features = ["testing"] }
Expand Down

0 comments on commit cf0b40e

Please sign in to comment.