diff options
author | Vika <vika@fireburn.ru> | 2021-12-07 16:18:27 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2021-12-07 16:18:27 +0300 |
commit | 080b925ce13242d69bf0af9e7ca5300173b94785 (patch) | |
tree | afbdccc5a4b230635cc530053d0892a9a220ee4b /Cargo.toml | |
parent | 6d853ace9419e9abaa5959f5dba6f51646dea09c (diff) | |
download | kittybox-080b925ce13242d69bf0af9e7ca5300173b94785.tar.zst |
Migrate to Rust 2021
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1301e75..44115df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "kittybox" version = "0.1.0" authors = ["Vika <vika@fireburn.ru>"] -edition = "2018" +edition = "2021" [features] default = ["util"] |