aboutsummaryrefslogtreecommitdiff
path: root/test_vectors
diff options
context:
space:
mode:
Diffstat (limited to 'test_vectors')
-rw-r--r--test_vectors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_vectors/Cargo.toml b/test_vectors/Cargo.toml
index 47d98f1..007d1c8 100644
--- a/test_vectors/Cargo.toml
+++ b/test_vectors/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
# If you ever change these path dependencies, you'll probably need to update
# cross_test.sh, or CI will break. I'm sorry >.<
-blake3 = { path = "../" }
+blake3 = { path = "../", features=["c_avx512"] }
hex = "0.4.0"
reference_impl = { path = "../reference_impl" }
serde = { version = "1.0", features = ["derive"] }