chore: upgrade to latest Rust nightly

This commit is contained in:
Harsh Shandilya 2022-10-16 16:47:26 +05:30
parent b8d42dbcb0
commit 0790343eca
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2022-08-16"
channel = "nightly-2022-10-14"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"

View File

@ -1,3 +1,4 @@
#![feature(let_chains)]
mod amputator;
mod commands;
mod ddinstagram;