Skip to content

Commit 40f11b2

Browse files
committed
chore: bump rust toolchain to 1.73
1 parent 1621b66 commit 40f11b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"rust-analyzer.cargo.extraEnv": {
3+
"RUSTFLAGS": "--cfg codspeed"
4+
},
5+
"rust-analyzer.cargo.allFeatures": true,
6+
"rust-analyzer.checkOnSave.command": "clippy"
7+
}

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.71.0"
2+
channel = "1.73.0"

0 commit comments

Comments
 (0)