Skip to content

Commit cc83480

Browse files
committed
bumps deps and cleanup
1 parent 57f5cde commit cc83480

File tree

10 files changed

+1615
-1587
lines changed

10 files changed

+1615
-1587
lines changed

Cargo.lock

+1,324-1,060
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ resolver = "2"
44

55
[workspace.dependencies]
66
<<<<<<< HEAD
7+
<<<<<<< HEAD
78
hdi = "=0.4.1"
89
hdk = "=0.3.1"
910
serde = "=1.0.197"
@@ -12,14 +13,20 @@ hdi = "=0.3.6"
1213
hdk = "=0.2.6"
1314
serde = "1"
1415
>>>>>>> fc59da2 (refer to 2.6 for now)
16+
=======
17+
hdi = "=0.4.1"
18+
hdk = "=0.3.1"
19+
serde = "=1.0.197"
20+
>>>>>>> 3f31646 (bumps deps and cleanup)
1521
paste = "1.0"
1622
rand = "0.8.5"
17-
hc_prefix_index = "0.10.0"
23+
hc_prefix_index = "0.11.0"
1824
regex = "1.10.3"
1925
<<<<<<< HEAD
2026
<<<<<<< HEAD
2127
<<<<<<< HEAD
2228
<<<<<<< HEAD
29+
<<<<<<< HEAD
2330
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles.git", rev = "a1a487c8d6a8fd9910ba9b3f26e47df0bf0d09ae" }
2431
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles.git", rev = "a1a487c8d6a8fd9910ba9b3f26e47df0bf0d09ae" }
2532
=======
@@ -44,6 +51,11 @@ hc_zome_profiles_integrity = { git="https://github.com/holochain-open-dev/profil
4451
=======
4552
trust_atom_types = { git = "https://github.com/trustgraph/trustgraph-holochain.git", package = "trust_atom_types", branch = "tgmf-2.6"}
4653
>>>>>>> fc59da2 (refer to 2.6 for now)
54+
=======
55+
hc_zome_profiles_coordinator = { git="https://github.com/holochain-open-dev/profiles.git", branch="for-hdk-v0.3.1"}
56+
hc_zome_profiles_integrity = { git="https://github.com/holochain-open-dev/profiles.git", branch="for-hdk-v0.3.1"}
57+
trust_atom_types = { git = "https://github.com/trustgraph/trustgraph-holochain.git", package = "trust_atom_types", branch = "chore/hc3"}
58+
>>>>>>> 3f31646 (bumps deps and cleanup)
4759

4860
[workspace.dependencies.agent_pins]
4961
path = "dnas/mewsfeed/zomes/coordinator/agent_pins"

crates/mews_types/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use hc_link_pagination::Timestamped;
22
use hdk::prelude::*;
33
use std::collections::BTreeMap;
44

5-
pub const FOLLOW_TOPIC: &str = "__FOLLOW__";
5+
pub const FOLLOW_TOPIC: &str = "__DEFAULT__";
66

77
#[derive(Serialize, Deserialize, SerializedBytes, Debug, Clone, PartialEq, Eq)]
88
pub enum LinkTarget {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
88
name = "trust_atom_zome"
99

1010
[dependencies]
11-
trust_atom = { git = "https://github.com/trustgraph/trustgraph-holochain.git", package = "trust_atom", branch = "tgmf-2.6" }
11+
trust_atom = { git = "https://github.com/trustgraph/trustgraph-holochain.git", package = "trust_atom", branch = "chore/hc3" }
1212
follows = { workspace = true }
1313
mews_types = { workspace = true }
1414

@@ -17,7 +17,7 @@ serde = { workspace = true }
1717
rust_decimal = "1"
1818

1919
[dev-dependencies]
20-
holochain = { version = "=0.2.2", default-features = false, features = [
20+
holochain = { version = "=0.3.1", default-features = false, features = [
2121
"test_utils",
2222
] }
2323
tokio = { version = "1.3", features = ["full"] }

dnas/mewsfeed/zomes/integrity/mews/src/prefix_index_to_cashtags.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
use hc_prefix_index::PrefixIndex;
22
use hdi::prelude::*;
3+
<<<<<<< HEAD
34
use hdi::prelude::*;
45
<<<<<<< HEAD
56
=======
67
use hc_prefix_index::PrefixIndex;
78
>>>>>>> fd06e03 (build: bump deps to holochain 0.2.6)
9+
=======
10+
>>>>>>> 3f31646 (bumps deps and cleanup)
811

912
pub fn validate_create_link_prefix_index_to_cashtags(
1013
_action: CreateLink,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
88
name = "trust_atom_integrity_zome"
99

1010
[dependencies]
11-
trust_atom_integrity = { git = "https://github.com/trustgraph/trustgraph-holochain.git", package = "trust_atom_integrity", branch = "tgmf-2.6" }
11+
trust_atom_integrity = { git = "https://github.com/trustgraph/trustgraph-holochain.git", package = "trust_atom_integrity", branch = "chore/hc3" }
1212

1313
hdk = { workspace = true }
1414
serde = { workspace = true }

flake.lock

+14-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)