diff options
| author | mo8it <mo8it@proton.me> | 2024-08-02 16:40:06 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-02 16:40:06 +0200 |
| commit | 175294fa5dda30ed313050a4837631575dc8a232 (patch) | |
| tree | 5e3bd3a5ef2b3c1e70b24df17bb976da53dbacf8 /Cargo.toml | |
| parent | 5016c7cf7c846cc4d271fa06d8d7debc7604ae5c (diff) | |
Add `rust-version`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |
