Add rust-version

This commit is contained in:
mo8it
2024-08-02 16:40:06 +02:00
parent 5016c7cf7c
commit 175294fa5d
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -16,6 +16,7 @@ authors = [
repository = "https://github.com/rust-lang/rustlings"
license = "MIT"
edition = "2021" # On Update: Update the edition of the `rustfmt` command that checks the solutions.
rust-version = "1.80"
[workspace.dependencies]
serde = { version = "1.0.204", features = ["derive"] }
@@ -29,6 +30,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
keywords = [
"exercise",
"learning",