Skip to content

Commit 495ee7c

Browse files
chore(s2n-quic-transport): pin ahash to 0.8.7
1 parent 9b543eb commit 495ee7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quic/s2n-quic-transport/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ std = ["futures-channel/std"]
1616
unstable_resumption = []
1717

1818
[dependencies]
19+
ahash = { version = "=0.8.7" } # ahash 0.8.8 requires rust 1.72, see https://github.com/aws/s2n-quic/issues/2118
1920
bytes = { version = "1", default-features = false }
2021
futures-channel = { version = "0.3", default-features = false, features = ["alloc"] }
2122
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)