chore: stable Rust

closes #626
This commit is contained in:
Boshen 2023-07-27 12:24:40 +08:00
parent 449120e29e
commit fa82f940f0
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,5 @@
//! ECMAScript Minifier
#![feature(let_chains)]
mod compressor;
mod mangler;
mod printer;

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-07-15"
channel = "1.71.0"
profile = "default"