rust icon indicating copy to clipboard operation
rust copied to clipboard

edition = "2018" in .meta/Cargo-example.toml should change to edition = "2021"

Open petertseng opened this issue 3 years ago • 1 comments

alphametics/.meta/Cargo-example.toml:edition = "2018"
book-store/.meta/Cargo-example.toml:edition = "2018"
crypto-square/.meta/Cargo-example.toml:edition = "2018"
decimal/.meta/Cargo-example.toml:edition = "2018"
diffie-hellman/.meta/Cargo-example.toml:edition = "2018"
grep/.meta/Cargo-example.toml:edition = "2018"
pig-latin/.meta/Cargo-example.toml:edition = "2018"
poker/.meta/Cargo-example.toml:edition = "2018"
robot-name/.meta/Cargo-example.toml:edition = "2018"
scale-generator/.meta/Cargo-example.toml:edition = "2018"

petertseng avatar Jul 26 '22 05:07 petertseng

@petertseng I created a pull request for this issue

Eore avatar Sep 02 '22 14:09 Eore