aboutsummaryrefslogtreecommitdiff
path: root/test_vectors
diff options
context:
space:
mode:
Diffstat (limited to 'test_vectors')
-rw-r--r--test_vectors/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_vectors/src/lib.rs b/test_vectors/src/lib.rs
index 543a31d..8df28cd 100644
--- a/test_vectors/src/lib.rs
+++ b/test_vectors/src/lib.rs
@@ -1,4 +1,4 @@
-use blake3::guts::{BLOCK_LEN, CHUNK_LEN};
+use blake3::{BLOCK_LEN, CHUNK_LEN};
use serde::{Deserialize, Serialize};
// Reading files at runtime requires special configuration under WASM/WASI, so including this at