mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
Update exercise.rs
This commit is contained in:
parent
8d0aa11a35
commit
32886f46b7
@ -126,8 +126,8 @@ impl Exercise {
|
|||||||
let cargo_toml = format!(
|
let cargo_toml = format!(
|
||||||
r#"[package]
|
r#"[package]
|
||||||
name = "{}"
|
name = "{}"
|
||||||
version = "0.0.1"
|
version = "5.6.1"
|
||||||
edition = "2021"
|
edition = "2023"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "{}"
|
name = "{}"
|
||||||
path = "{}.rs""#,
|
path = "{}.rs""#,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user