Skip to content

Commit d5e0f95

Browse files
authored
Update to Rust 1.76, fix lints (#1229)
Fixes #1209
1 parent 443a5c1 commit d5e0f95

File tree

9 files changed

+166
-185
lines changed

9 files changed

+166
-185
lines changed

.ado/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pr: none
55

66
variables:
77
CARGO_TERM_COLOR: always
8-
RUST_TOOLCHAIN_VERSION: "1.75"
8+
RUST_TOOLCHAIN_VERSION: "1.76"
99

1010
# variables set by pipeline
1111
# - BASE_IMAGE

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
CARGO_TERM_COLOR: always
2121
NODE_VERSION: "18.17.1"
2222
PYTHON_VERSION: "3.11"
23-
RUST_TOOLCHAIN_VERSION: "1.75"
23+
RUST_TOOLCHAIN_VERSION: "1.76"
2424
RUST_TOOLCHAIN_COMPONENTS: rustfmt clippy
2525

2626
jobs:

.github/workflows/publish-playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
CARGO_TERM_COLOR: always
14-
RUST_TOOLCHAIN_VERSION: "1.75"
14+
RUST_TOOLCHAIN_VERSION: "1.76"
1515
RUST_TOOLCHAIN_COMPONENTS: rustfmt clippy
1616

1717
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)