Skip to content

Commit

Permalink
bump hdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Sep 21, 2023
1 parent dd9ba41 commit d501940
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ edition = "2021"

[workspace.dependencies]
serde = { version = "=1.0.163", default-features = false }
hdi = { version = "=0.3.1", default-features = false }
hdk = { version = "=0.2.1", default-features = false }
hdi = { version = "=0.3.2", default-features = false }
hdk = { version = "=0.2.2", default-features = false }

zome_utils = { git = "https://github.com/ddd-mtl/zome-utils", branch = "hdk-2.1" }
zome_utils = { git = "https://github.com/ddd-mtl/zome-utils", branch = "hdk-2.2" }
#path_explorer_types = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer_types", branch = "hdk-2.1"}

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion dna/zomes/delivery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hdk.workspace = true
delivery = {git = "https://github.com/ddd-mtl/delivery-zome", package = "delivery", branch = "hdk-2.1" }
delivery = {git = "https://github.com/ddd-mtl/delivery-zome", branch = "hdk-2.2" }
2 changes: 1 addition & 1 deletion dna/zomes/delivery_integrity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hdk.workspace = true
zome_delivery_integrity = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_integrity", branch = "hdk-2.1" }
zome_delivery_integrity = {git = "https://github.com/ddd-mtl/delivery-zome", branch = "hdk-2.2" }
4 changes: 2 additions & 2 deletions dna/zomes/file_share/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde.workspace = true
hdk.workspace = true
zome_utils.workspace = true

zome_delivery_types = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_types", branch = "hdk-2.1" }
zome_delivery_api = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_api", branch = "hdk-2.1" }
zome_delivery_types = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_types", branch = "hdk-2.2" }
zome_delivery_api = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_api", branch = "hdk-2.2" }

zome_file_share_integrity = {path = "../file_share_integrity" }
2 changes: 1 addition & 1 deletion dna/zomes/file_share_integrity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ serde.workspace = true
hdi.workspace = true
zome_utils.workspace = true

zome_delivery_types = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_types", branch = "hdk-2.1" }
zome_delivery_types = {git = "https://github.com/ddd-mtl/delivery-zome", package = "zome_delivery_types", branch = "hdk-2.2" }
2 changes: 1 addition & 1 deletion dna/zomes/path_explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hdk.workspace = true
path_explorer = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer", branch = "hdk-2.1"}
path_explorer = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer", branch = "hdk-2.2"}

0 comments on commit d501940

Please sign in to comment.