aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-03-26 16:15:47 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-03-26 16:15:47 +0200
commitb527b13422fc376bf056f6e3499eeb7a8ad94cf9 (patch)
tree1fa9dcc89f2c3fdafb68124b9c660d4ab107b70e
parent3ca27bd893fc5d492568457d140308501d5244c3 (diff)
downloadrust-zotapi-b527b13422fc376bf056f6e3499eeb7a8ad94cf9.tar.gz
rust-zotapi-b527b13422fc376bf056f6e3499eeb7a8ad94cf9.tar.bz2
rust-zotapi-b527b13422fc376bf056f6e3499eeb7a8ad94cf9.zip
Move to Rust 2021 edition.
Doesn't seem like anything is changing re our code, but might as well just stay with the lates.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de66e77..84da36d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@
name = "zotapi"
version = "0.1.0"
authors = ["haraldei"]
-edition = "2018"
+edition = "2021"
[dependencies]
clap = "2.33.0"