Przeglądaj źródła

fuzz: Use patched blake2_simd crate.

parazyd 2 lat temu
rodzic
commit
0440864b3a
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      fuzz/Cargo.toml

+ 3 - 0
fuzz/Cargo.toml

@@ -18,6 +18,9 @@ features = ["zkas"]
 path = "../src/serial"
 features = ["derive", "semver", "collections", "crypto", "hash"]
 
+[patch.crates-io]
+blake2b_simd = {git="https://github.com/parazyd/blake2_simd", branch="impl-common"}
+
 # Prevent this from interfering with workspaces
 [workspace]
 members = ["."]