Skip to content

Commit

Permalink
build: Update rust toolchain version (#4972)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
prql-bot and github-actions[bot] authored Oct 18, 2024
1 parent 304d577 commit 86becc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
# Generally run 1 behind latest
channel = "1.80.1"
channel = "1.81.0"
components = ["rustfmt", "clippy"]
# We want two targets: wasm32, and the default target for the platform, which we
# don't list here. (i.e. we use each platform to test each platform)
Expand Down

0 comments on commit 86becc5

Please sign in to comment.