Skip to content

Commit

Permalink
fix(bindings): pin unicode-width
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Sep 19, 2024
1 parent 0bae2c5 commit 2a2d55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/rust/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ s2n-tls = { path = "../s2n-tls"}
s2n-tls-sys = { path = "../s2n-tls-sys" }
criterion = { version = "0.3", features = ["html_reports"] }
anyhow = "1"
unicode-width = "=0.1.13" # newer versions require newer rust, see https://github.com/aws/s2n-tls/issues/4786

[[bench]]
name = "s2nc"
Expand Down

0 comments on commit 2a2d55b

Please sign in to comment.