Skip to content

Commit 4662f61

Browse files
authoredJan 17, 2025
Update rust to v1.84.0 (#2107)
This PR updates the Rust version to 1.84.0. To fix some new clippy lints I had to upgrade `PyO3` to its latest version, this led to `PyO3` related changes. For the same reason I had to update `wasm_bindgen` to its latest version, but no further changes were required.
1 parent ca1bc18 commit 4662f61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+257
-262
lines changed
 

‎.ado/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ schedules:
1919

2020
variables:
2121
CARGO_TERM_COLOR: always
22-
RUST_TOOLCHAIN_VERSION: "1.82"
22+
RUST_TOOLCHAIN_VERSION: "1.84"
2323

2424
resources:
2525
repositories:

‎.github/workflows/bench-reports.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
CARGO_TERM_COLOR: always
99
NODE_VERSION: "18.17.1"
1010
PYTHON_VERSION: "3.11"
11-
RUST_TOOLCHAIN_VERSION: "1.82"
11+
RUST_TOOLCHAIN_VERSION: "1.84"
1212

1313
jobs:
1414
runBenchmark:

0 commit comments

Comments
 (0)