Skip to content

Commit

Permalink
feat: upgrade rust toolchain to 1.81 (#3705)
Browse files Browse the repository at this point in the history
* feat: upgrade rust toolchain to 1.81

* Add rust-toolchain.toml to workflow isRust filter
  • Loading branch information
thibault-martinez authored Nov 25, 2024
1 parent 16292bc commit fe8aaab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ runs:
- "Cargo.toml"
- "Cargo.lock"
- ".config/nextest.toml"
- "rust-toolchain.toml"
isDoc:
- "docs/content/**"
- "docs/site/**"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.80.1"
channel = "1.81"
2 changes: 1 addition & 1 deletion scripts/generate_files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-bookworm

# Accept a build argument for the Rust version
ARG RUST_VERSION=1.80.1
ARG RUST_VERSION=1.81

# Get USER_ID from build-args
ARG USER_ID=1000
Expand Down

0 comments on commit fe8aaab

Please sign in to comment.