diff options
| author | Ivan Boldyrev <[email protected]> | 2025-03-04 16:31:35 +0100 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-16 21:24:06 -0700 |
| commit | 91520df254a7cbc291756e1007e6c6ae5d8dd86d (patch) | |
| tree | 9ce3d1e68c62c6e4124eeddbc5f9c3e4e5033bbe | |
| parent | 2f863422ec7c4c16475a7b58c0f14674db1ab8a5 (diff) | |
Rust 1.80 compatibility form `blake3_wasm32_simd`
| -rw-r--r-- | build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -311,6 +311,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { "blake3_avx2_rust", "blake3_avx512_ffi", "blake3_neon", + "blake3_wasm32_simd", ]; for cfg_name in all_cfgs { // TODO: Switch this whole file to the new :: syntax when our MSRV reaches 1.77. |
