We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b543eb commit 495ee7cCopy full SHA for 495ee7c
quic/s2n-quic-transport/Cargo.toml
@@ -16,6 +16,7 @@ std = ["futures-channel/std"]
16
unstable_resumption = []
17
18
[dependencies]
19
+ahash = { version = "=0.8.7" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
20
bytes = { version = "1", default-features = false }
21
futures-channel = { version = "0.3", default-features = false, features = ["alloc"] }
22
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }
0 commit comments