1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-16 21:33:54 +02:00
BLAKE3/tools/compiler_version/Cargo.toml
Jack O'Connor a9750c7fec 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.
2023-03-25 16:36:37 -07:00

8 lines
107 B
INI

[package]
name = "compiler_version"
version = "0.0.0"
edition = "2021"
[build-dependencies]
cc = "1.0.50"