Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 501c276

Browse files
Could changed hdk path name
1 parent c94f74c commit 501c276

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
"crates/holochain_wasm",
1010
"crates/core",
1111
"crates/dpki",
12-
"crates/hdk-v2",
12+
"crates/hdk_v2",
1313
"crates/hdk",
1414
"crates/net",
1515
"benchmarks",

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ test_holochain: build_holochain
144144
cd crates/core_types && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
145145
cd crates/dpki && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
146146
cd crates/hdk && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
147-
cd crates/hdk-v2 && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
147+
cd crates/hdk_v2 && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
148148
cd crates/holochain && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
149149
cd crates/net && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
150150
cd crates/wasm_utils && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
@@ -204,7 +204,7 @@ build_holochain: wasm_build
204204
cd crates/core_types && $(CARGO) build
205205
cd crates/dpki && $(CARGO) build
206206
cd crates/hdk && $(CARGO) build
207-
cd crates/hdk-v2 && $(CARGO) build
207+
cd crates/hdk_v2 && $(CARGO) build
208208
cd crates/holochain && $(CARGO) build
209209
cd crates/net && $(CARGO) build
210210
cd crates/wasm_utils && $(CARGO) build

test/fmt/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
../conductor_lib \
2222
../holochain_wasm \
2323
../hdk \
24-
../hdk-v2 \
24+
../hdk_v2 \
2525
../net \
2626
../dpki \
2727
../logging \

0 commit comments

Comments
 (0)