fornwall / rust-script

Run Rust files and expressions as scripts without any setup or compilation step.
https://rust-script.org
Apache License 2.0
1.21k stars 41 forks source link

Use Rust 2021 edition as default #59

Closed orhun closed 1 year ago

orhun commented 1 year ago

I think it is better to use the latest Rust edition as default. It eliminates the need of specifying it manually like in #56

fornwall commented 1 year ago

Thanks! Have published this as version 0.22: https://github.com/fornwall/rust-script/releases/tag/0.22.0