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.
8 lines
107 B
INI
8 lines
107 B
INI
[package]
|
|
name = "compiler_version"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.50"
|