Skip to content

Commit

Permalink
update to hc 0.2.3-beta-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pegahvaezi committed Oct 30, 2023
1 parent bbded38 commit 3af766d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain-runner"
version = "0.7.8"
version = "0.7.9"
description = "a Holochain runtime binary with key management, good defaults, and Status Update events. Suitable for development and production environments"
authors = ["Connor Turland <[email protected]>", "Wesley Finck <[email protected]>", "Karl Bonnici <[email protected]>"]
license = "CAL-1.0"
Expand All @@ -20,12 +20,12 @@ tokio = { version = "1.32", features = ["full"] }
observability = "0.1.3"
either = "1.9.0"
holochain_util = "0.2.2"
holochain_p2p = "0.2.2"
holochain_types = "0.2.2"
holochain_zome_types = "0.2.2"
holochain_keystore = "0.2.2"
holochain = "0.2.2"
hdk = "0.2.2"
holochain_p2p = "0.2.3-beta-rc.0"
holochain_types = "0.2.3-beta-rc.0"
holochain_zome_types = "0.2.3-beta-rc.0"
holochain_keystore = "0.2.3-beta-rc.0"
holochain = "0.2.3-beta-rc.1"
hdk = "0.2.3-beta-rc.0"
contrafact = "0.2.0-rc.1"
# termination feature enables handling of SIGTERM events as well on unix
ctrlc = { version = "3.4.1", features = ["termination"] }
Expand Down

0 comments on commit 3af766d

Please sign in to comment.