Skip to content

Commit

Permalink
update holochain to 0.2.2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Sep 14, 2023
1 parent 889df30 commit b729a4b
Show file tree
Hide file tree
Showing 15 changed files with 191 additions and 191 deletions.
140 changes: 70 additions & 70 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions bootstrap-languages/agent-language/hc-dna/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ serde = "1"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
thiserror = "1.0.20"

hdk = "0.2.2-beta-rc.1"
holo_hash = "0.2.2-beta-rc.0"
hdk = "0.2.2"
holo_hash = "0.2.2"
agent_store_integrity = { path = "../agent_store_integrity" }
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ derive_more = "0"
serde = "1"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }

hdi = "0.3.2-beta-rc.1"
hdk = "0.2.2-beta-rc.1"
hdi = "0.3.2"
hdk = "0.2.2"
48 changes: 24 additions & 24 deletions bootstrap-languages/direct-message-language/hc-dna/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ derive_more = "0"
serde = "1"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }

hdi = "0.3.2-beta-rc.1"
holo_hash = "0.2.2-beta-rc.0"
hdi = "0.3.2"
holo_hash = "0.2.2"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json = "1"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
hex = "0.4.3"

hdk = "0.2.2-beta-rc.1"
holo_hash = "0.2.2-beta-rc.0"
hdk = "0.2.2"
holo_hash = "0.2.2"

direct-message-integrity = { path = "../direct-message-integrity" }
Loading

0 comments on commit b729a4b

Please sign in to comment.