Skip to content

Commit

Permalink
chore: bump rust toolchain to 1.84 (#4971)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Jan 23, 2025
1 parent 6179d35 commit 6c73bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.83"
channel = "1.84"
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.83
ARG RUST_VERSION=1.84

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

0 comments on commit 6c73bf0

Please sign in to comment.