Skip to content

Commit

Permalink
build: switch to hc-prefix-index published crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Aug 28, 2024
1 parent b5d0323 commit 6b53afa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hdk = "=0.3.1"
serde = "1.0"
paste = "1.0"
rand = "0.8.5"
hc_prefix_index = "0.10.0"
hc_prefix_index = "0.11.0"
regex = "1.10.3"

[workspace.dependencies.agent_pins]
Expand Down
4 changes: 2 additions & 2 deletions dnas/mewsfeed/zomes/coordinator/mews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name = "mews"
hdk = { workspace = true }
serde = { workspace = true }
regex = { workspace = true }
mews_integrity = { workspace = true }
hc_prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index" }
mews_integrity = { workspace = true }
hc_prefix_index = { workspace = true }
profiles_integrity = { workspace = true }
mews_types = { workspace = true }
rand = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion dnas/mewsfeed/zomes/integrity/mews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "mews_integrity"
hdi = { workspace = true }
hdk = { workspace = true }
serde = { workspace = true }
hc_prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index" }
hc_prefix_index = { workspace = true }
mews_types = { workspace = true }

0 comments on commit 6b53afa

Please sign in to comment.