Skip to content

Commit

Permalink
fix: pin tokio-macros version (#4658)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Jul 23, 2024
1 parent 4b15a4b commit 2a09c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/rust/s2n-tls-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ tokio = { version = "1", features = [ "io-std", "io-util", "macros", "net", "rt-
# cargo package / cargo publish, as those commands do not respect the version pin
# in downstream dev-dependencies (in s2n-tls-sys, in this case)
jobserver = "=0.1.26"
# newer versions require rust 1.70
tokio-macros = "=2.3.0"

0 comments on commit 2a09c57

Please sign in to comment.