aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2023-03-25 16:02:01 -0700
committerJack O'Connor <[email protected]>2023-03-25 16:36:37 -0700
commita9750c7fec924db6a20fc87fa90269cdecbe75bd (patch)
tree620b9ff7c74b3b2bdb2a9e543c12924a882cd60f /Cargo.toml
parent64747d48ffe9d1fbf4b71e94cabeb8a211461081 (diff)
upgrade all Cargo.toml files to edition=2021
The MSRV is already 1.60, so this doesn't affect much. The only impact to other code is that we no longer need to explicitly import TryInto.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3e4371..40b1f81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0-1.0 OR Apache-2.0"
documentation = "https://docs.rs/blake3"
readme = "README.md"
-edition = "2018"
+edition = "2021"
[features]
default = ["std"]