-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbded38
commit 3af766d
Showing
2 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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"] } | ||
|