Skip to content

Commit

Permalink
chore(bindings): change in rustup behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Mar 3, 2025
1 parent 3b16449 commit 7431deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/rust/extended/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ cp -r \

# generate the bindings modules from the copied sources
pushd generate
# Behavior change from https://github.com/rust-lang/rustup/pull/3985
rustc --version || rustup toolchain install
cargo run -- ../s2n-tls-sys
popd

Expand Down

0 comments on commit 7431deb

Please sign in to comment.