summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorTD-Sky <three-dim-sky@foxmail.com>2023-04-04 17:49:16 +0800
committerTD-Sky <three-dim-sky@foxmail.com>2023-04-04 17:49:16 +0800
commitf0f8e83f0637fa9a5d0c7069475ea515a3b52855 (patch)
treec91ba2fa841bf754ebb57452f0d79fcffad2e2df /rust-toolchain.toml
parentecaeacf1d863592d800250a96044f8a79a340f6f (diff)
Upgrade clap to `4.2.1`
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index af43bca..4d5fed3 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.62.0"
-components = [ "rustfmt", "clippy" ] \ No newline at end of file
+channel = "1.68.2"
+components = [ "rustfmt", "clippy" ]