Skip to content

Commit

Permalink
chore(bindings): pin unicode-width (#4785)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Sep 20, 2024
1 parent 0bae2c5 commit 003412f
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 003412f

Please sign in to comment.