mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2025-01-21 15:50:01 +01:00
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.
9 lines
127 B
INI
9 lines
127 B
INI
[package]
|
|
name = "reference_impl"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "reference_impl"
|
|
path = "reference_impl.rs"
|