This repository was archived by the owner on Feb 3, 2023. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ members = [
9
9
" crates/holochain_wasm" ,
10
10
" crates/core" ,
11
11
" crates/dpki" ,
12
- " crates/hdk-v2 " ,
12
+ " crates/hdk_v2 " ,
13
13
" crates/hdk" ,
14
14
" crates/net" ,
15
15
" benchmarks" ,
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ test_holochain: build_holochain
144
144
cd crates/core_types && RUSTFLAGS=" -D warnings" $(CARGO ) test --all --exclude hc
145
145
cd crates/dpki && RUSTFLAGS=" -D warnings" $(CARGO ) test --all --exclude hc
146
146
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
148
148
cd crates/holochain && RUSTFLAGS=" -D warnings" $(CARGO ) test --all --exclude hc
149
149
cd crates/net && RUSTFLAGS=" -D warnings" $(CARGO ) test --all --exclude hc
150
150
cd crates/wasm_utils && RUSTFLAGS=" -D warnings" $(CARGO ) test --all --exclude hc
@@ -204,7 +204,7 @@ build_holochain: wasm_build
204
204
cd crates/core_types && $(CARGO ) build
205
205
cd crates/dpki && $(CARGO ) build
206
206
cd crates/hdk && $(CARGO ) build
207
- cd crates/hdk-v2 && $(CARGO ) build
207
+ cd crates/hdk_v2 && $(CARGO ) build
208
208
cd crates/holochain && $(CARGO ) build
209
209
cd crates/net && $(CARGO ) build
210
210
cd crates/wasm_utils && $(CARGO ) build
Original file line number Diff line number Diff line change 21
21
../conductor_lib \
22
22
../holochain_wasm \
23
23
../hdk \
24
- ../hdk-v2 \
24
+ ../hdk_v2 \
25
25
../net \
26
26
../dpki \
27
27
../logging \
You can’t perform that action at this time.
0 commit comments