aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2022-07-17 14:22:00 +0100
committerdiogo464 <[email protected]>2022-07-17 14:22:00 +0100
commitf6589903cddae50078f4a8f7c8f5de91bd75403d (patch)
treecfe76e830c38452b8c2811a0c1d1f9d381596ce5
parentdc3d0a467b9330380d75c851dcd775514fce53c2 (diff)
updated to rust 2021
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 428a728..318ff7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
2name = "rhex" 2name = "rhex"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["diogo <[email protected]>"] 4authors = ["diogo <[email protected]>"]
5edition = "2018" 5edition = "2021"
6 6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 8