diff options
| author | Jack O'Connor <[email protected]> | 2023-03-25 16:02:01 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-03-25 16:36:37 -0700 |
| commit | a9750c7fec924db6a20fc87fa90269cdecbe75bd (patch) | |
| tree | 620b9ff7c74b3b2bdb2a9e543c12924a882cd60f /c/blake3_c_rust_bindings | |
| parent | 64747d48ffe9d1fbf4b71e94cabeb8a211461081 (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 'c/blake3_c_rust_bindings')
| -rw-r--r-- | c/blake3_c_rust_bindings/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/blake3_c_rust_bindings/Cargo.toml b/c/blake3_c_rust_bindings/Cargo.toml index a5f0e97..fff9f41 100644 --- a/c/blake3_c_rust_bindings/Cargo.toml +++ b/c/blake3_c_rust_bindings/Cargo.toml @@ -7,7 +7,7 @@ name = "blake3_c_rust_bindings" version = "0.0.0" description = "TESTING ONLY Rust bindings for the BLAKE3 C implementation" -edition = "2018" +edition = "2021" [features] # By default the x86-64 build uses assembly implementations. This feature makes |
