diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-03-26 16:15:47 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-03-26 16:15:47 +0200 |
commit | b527b13422fc376bf056f6e3499eeb7a8ad94cf9 (patch) | |
tree | 1fa9dcc89f2c3fdafb68124b9c660d4ab107b70e | |
parent | 3ca27bd893fc5d492568457d140308501d5244c3 (diff) | |
download | rust-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ name = "zotapi" version = "0.1.0" authors = ["haraldei"] -edition = "2018" +edition = "2021" [dependencies] clap = "2.33.0" |