summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-10-29 14:27:36 +0200
committerana <ana@ana.st>2021-10-29 14:27:48 +0200
commit359f81dd0bf5cc82016c56d374b38bf4de8f5893 (patch)
tree6078f6735bcef67f1981eda0ed28c48de99ae3f4 /Cargo.toml
parent5e5271247ae0c5f061fb1c220eb7d6d8f0dcea28 (diff)
chore: upgrade edition to 2021
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b2a85a..3003269 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "rustlings"
version = "4.6.0"
authors = ["anastasie <ana@ana.st>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
-edition = "2018"
+edition = "2021"
[dependencies]
argh = "0.1.4"