Skip to content

Commit 30e860d

Browse files
Rustup update
1 parent b58be5f commit 30e860d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"Bash(cargo fmt:*)",
3131
"Bash(./target/release/dft:*)",
3232
"Bash(/Users/matth/OpenSource/datafusion-tui/target/debug/dft:*)",
33-
"Bash(./target/debug/dft:*)"
33+
"Bash(./target/debug/dft:*)",
34+
"Bash(rustup install:*)"
3435
],
3536
"deny": [],
3637
"ask": []

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.91.0"
2+
channel = "1.91.1"

0 commit comments

Comments
 (0)