Skip to content

Commit 71e44e8

Browse files
authored
Merge branch 'main' into chore/add-noqa-suppressions
2 parents 470a02c + 93d31b2 commit 71e44e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/rust/extended/s2n-tls/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ hex = "0.4"
2828

2929
[dev-dependencies]
3030
futures-test = "0.3"
31+
once_cell = "=1.20.3" # newer versions require rust 1.70.0
3132
openssl = "0.10"
3233
openssl-sys = "0.9"
3334
foreign-types = "0.3"

0 commit comments

Comments
 (0)