Skip to content

Commit

Permalink
deps: Upgrade to Rust v1.73. (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 9, 2023
1 parent 6203008 commit e19a6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: '../website/static/schemas/toolchain.json'

rust:
version: '1.72.1'
version: '1.73.0'
bins:
- 'cargo-make'
- 'cargo-nextest'
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
profile = "default"
channel = "1.72.1"
channel = "1.73.0"

0 comments on commit e19a6d2

Please sign in to comment.