summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-02 16:40:06 +0200
committermo8it <mo8it@proton.me>2024-08-02 16:40:06 +0200
commit175294fa5dda30ed313050a4837631575dc8a232 (patch)
tree5e3bd3a5ef2b3c1e70b24df17bb976da53dbacf8 /Cargo.toml
parent5016c7cf7c846cc4d271fa06d8d7debc7604ae5c (diff)
Add `rust-version`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4466ce..5895579 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",