Skip to content

Commit

Permalink
try being precise about versions?
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Oct 26, 2024
1 parent 3599407 commit dc4dcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install wasm-bindgen-test-runner
run: cargo binstall wasm-bindgen-cli --no-confirm
run: cargo binstall wasm-bindgen-cli --version 0.2.95 --no-confirm

- name: wasm32 test (quinn-proto)
run: cargo test -p quinn-proto --target wasm32-unknown-unknown
Expand Down
1 change: 1 addition & 0 deletions quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ rcgen = { workspace = true }
tracing-subscriber = { workspace = true }
lazy_static = "1"
wasm-bindgen-test = { version = "0.3.45" }
wasm-bindgen = { version = "=0.2.95" }

[lints.rust]
# https://rust-fuzz.github.io/book/cargo-fuzz/guide.html#cfgfuzzing
Expand Down

0 comments on commit dc4dcb2

Please sign in to comment.