Skip to content

Commit 65d6b6e

Browse files
boquan-fangBoquan Fang
and
Boquan Fang
authored
ci: pin litemap and zerofrom versions to support current MSRV (#2488)
Co-authored-by: Boquan Fang <bqfang@amazon.com>
1 parent fb3d708 commit 65d6b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quic/s2n-quic-qns/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cfg-if = "1"
2121
futures = "0.3"
2222
http = "1.0"
2323
humansize = "2"
24+
litemap = "=0.7.4" # newer versions require rust 1.81
2425
lru = "0.13"
2526
rand = "0.9"
2627
s2n-codec = { path = "../../common/s2n-codec" }
@@ -31,6 +32,7 @@ tokio = { version = "1", features = ["full"] }
3132
tracing = "0.1"
3233
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3334
url = "2"
35+
zerofrom = "=0.1.5" # newer versions require rust 1.81
3436

3537
[target.'cfg(unix)'.dependencies]
3638
s2n-quic = { path = "../s2n-quic", features = ["provider-event-console-perf", "provider-event-tracing", "provider-tls-rustls", "provider-tls-s2n"] }

0 commit comments

Comments
 (0)