Browse Source

Merge pull request #303 from dora-rs/update-rust

Update to Rust v1.70
tags/v0.2.4-rc
Haixuan Xavier Tao GitHub 2 years ago
parent
commit
dc2ed6e1db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rust-toolchain.toml

+ 1
- 1
rust-toolchain.toml View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "1.68"
channel = "1.70"
components = ["rustfmt", "clippy"]

Loading…
Cancel
Save