Skip to content

Commit bd87a14

Browse files
authored
chore(ci): pin symbolic-common (#5166)
1 parent 4ed4f1a commit bd87a14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bindings/rust/standard/bench/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pprof = { version = "0.14", features = ["criterion", "flamegraph"] }
2020
# debugging interop failures
2121
env_logger = "0.10"
2222
log = "0.4"
23+
symbolic-common = { version = "=12.13.4" } # newer versions require rust 1.82.0, see https://github.com/aws/s2n-tls/issues/5165
2324

2425
[[bench]]
2526
name = "handshake"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.74.0"
2+
channel = "1.81.0"

0 commit comments

Comments
 (0)