Skip to content

Commit 6b53afa

Browse files
committed
build: switch to hc-prefix-index published crate
1 parent b5d0323 commit 6b53afa

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hdk = "=0.3.1"
88
serde = "1.0"
99
paste = "1.0"
1010
rand = "0.8.5"
11-
hc_prefix_index = "0.10.0"
11+
hc_prefix_index = "0.11.0"
1212
regex = "1.10.3"
1313

1414
[workspace.dependencies.agent_pins]

dnas/mewsfeed/zomes/coordinator/mews/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ name = "mews"
1111
hdk = { workspace = true }
1212
serde = { workspace = true }
1313
regex = { workspace = true }
14-
mews_integrity = { workspace = true }
15-
hc_prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index" }
14+
mews_integrity = { workspace = true }
15+
hc_prefix_index = { workspace = true }
1616
profiles_integrity = { workspace = true }
1717
mews_types = { workspace = true }
1818
rand = { workspace = true }

dnas/mewsfeed/zomes/integrity/mews/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ name = "mews_integrity"
1111
hdi = { workspace = true }
1212
hdk = { workspace = true }
1313
serde = { workspace = true }
14-
hc_prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index" }
14+
hc_prefix_index = { workspace = true }
1515
mews_types = { workspace = true }

0 commit comments

Comments
 (0)