1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00

Merge pull request #1038 from KatanaFluorescent/main

change edition to 2021 in exercices.rs
This commit is contained in:
liv 2022-07-11 11:57:59 +02:00 committed by GitHub
commit 5fbf28dfec
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ impl Exercise {
r#"[package]
name = "{}"
version = "0.0.1"
edition = "2018"
edition = "2021"
[[bin]]
name = "{}"
path = "{}.rs""#,