Skip to content

Commit

Permalink
rust/blake3_guts/* -> rust/guts/*
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jul 16, 2023
1 parent b69036b commit 64abf7c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ features = ["rayon"]

[dependencies]
arrayvec = { version = "0.7.4", default-features = false }
blake3_guts = { path = "rust/blake3_guts" }
blake3_guts = { path = "rust/guts" }
constant_time_eq = "0.3.0"
rayon = { version = "1.2.1", optional = true }
cfg-if = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pure = ["blake3/pure"]
[dependencies]
anyhow = "1.0.25"
blake3 = { version = "1", path = "..", features = ["rayon"] }
blake3_guts = { path = "../rust/blake3_guts" }
blake3_guts = { path = "../rust/guts" }
clap = { version = "4.0.8", features = ["derive", "wrap_help"] }
hex = "0.4.0"
memmap2 = "0.7.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test_vectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pure = ["blake3/pure"]
# 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_guts = { path = "../rust/blake3_guts" }
blake3_guts = { path = "../rust/guts" }
hex = "0.4.0"
reference_impl = { path = "../reference_impl" }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 64abf7c

Please sign in to comment.