Update exercise.rs

This commit is contained in:
oM 2024-01-30 17:20:36 +08:00 committed by GitHub
parent 8d0aa11a35
commit 32886f46b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,8 +126,8 @@ impl Exercise {
let cargo_toml = format!(
r#"[package]
name = "{}"
version = "0.0.1"
edition = "2021"
version = "5.6.1"
edition = "2023"
[[bin]]
name = "{}"
path = "{}.rs""#,