1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

Remove optional version field

This commit is contained in:
mo8it
2024-04-04 15:45:53 +02:00
parent 569a68eb73
commit b6c434c445
6 changed files with 0 additions and 6 deletions

View File

@ -24,7 +24,6 @@ fn create_cargo_toml(exercises: &[Exercise]) -> io::Result<()> {
[package]
name = "rustlings"
version = "0.0.0"
edition = "2021"
publish = false
"#,