mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2026-09-05 14:44:17 +02:00
While we're taking this MSRV bump, we can also update `constant_time_eq`, which uses the 2024 edition in its most recent versions.
7 lines
94 B
INI
7 lines
94 B
INI
[package]
|
|
name = "instruction_set_support"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|