Merge pull request #1038 from KatanaFluorescent/main

change edition to 2021 in exercices.rs
pull/1047/head
liv 2 years ago committed by GitHub
commit 5fbf28dfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save