Skip to content

Commit

Permalink
Merge pull request holochain#172 from c12i/pin-holochain-integrity-types
Browse files Browse the repository at this point in the history
Remove explicit holochain_integrity_types dependency
  • Loading branch information
c12i authored Jan 8, 2024
2 parents 23b702a + 16915f5 commit 078536b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/scaffold/zome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,6 @@ pub fn add_common_zome_dependencies_to_workspace_cargo(
&"hdk".to_string(),
&format!("={}", hdk_version()),
)?;
// TODO temporary: force pin the version because HDI does not require a specific version (^0.1.2 currently)
let file_tree = add_workspace_external_dependency(
file_tree,
&"holochain_integrity_types".to_string(),
&"=0.1.2".to_string(),
)?;
let file_tree =
add_workspace_external_dependency(file_tree, &"serde".to_string(), &"=1.0.166".to_string())?;

Expand Down
1 change: 0 additions & 1 deletion src/scaffold/zome/coordinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ name = "{}"
[dependencies]
hdk = {{ workspace = true }}
holochain_integrity_types = {{ workspace = true }}
serde = {{ workspace = true }}
Expand Down
1 change: 0 additions & 1 deletion src/scaffold/zome/integrity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ name = "{}"
[dependencies]
hdi = {{ workspace = true }}
holochain_integrity_types = {{ workspace = true }}
serde = {{ workspace = true }}
"#,
Expand Down
1 change: 0 additions & 1 deletion templates/vanilla/example/Cargo.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
[workspace.dependencies]
hdi = "=0.3.1"
hdk = "=0.2.1"
holochain_integrity_types = "=0.1.2"
serde = "=1.0.166"

[workspace.dependencies.hello_world]
Expand Down

0 comments on commit 078536b

Please sign in to comment.