diff options
author | Devon Sawatsky <novedevo@gmail.com> | 2021-09-27 19:16:53 -0700 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2021-09-28 23:05:18 +0000 |
commit | a7b99f4f205531f7f8a793af1e6d53445bf718ad (patch) | |
tree | 678ff5eaa786781a329e6712763611796b3d19bf /Cargo.toml | |
parent | 711a26d0690ec9ca4cc93ecc864b8fe65785e14e (diff) | |
download | colorsquash-a7b99f4f205531f7f8a793af1e6d53445bf718ad.tar.gz colorsquash-a7b99f4f205531f7f8a793af1e6d53445bf718ad.zip |
cleanup, update dependencies
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 86a9e22..f389eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "colors" version = "0.1.0" authors = ["Brad Alfirevic <brad@genbyte.dev>"] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |