Skip to content

Commit

Permalink
apply develop versions to changed crates
Browse files Browse the repository at this point in the history
the following crates changed since their most recent release
and are therefore increased to a develop version:

- holochain_state-0.0.55-dev.0
- holochain_cli-0.0.53-dev.0
- holochain_cli_sandbox-0.0.49-dev.0
- holochain-0.0.157-dev.0
- holochain_conductor_api-0.0.55-dev.0
- holochain_cascade-0.0.56-dev.0
  • Loading branch information
Holochain Core Dev Team committed Aug 24, 2022
1 parent b8b6dda commit e2d74b9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions crates/hc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_cli"
version = "0.0.52"
version = "0.0.53-dev.0"
homepage = "https://github.com/holochain/holochain"
documentation = "https://docs.rs/holochain_cli"
authors = [ "Holochain Core Dev Team <devcore@holochain.org>" ]
Expand All @@ -22,7 +22,7 @@ path = "src/lib.rs"
anyhow = "1.0"
futures = "0.3"
holochain_cli_bundle = { path = "../hc_bundle", version = "0.0.48"}
holochain_cli_sandbox = { path = "../hc_sandbox", version = "0.0.48"}
holochain_cli_sandbox = { path = "../hc_sandbox", version = "0.0.49-dev.0"}
observability = "0.1.3"
structopt = "0.3"
tokio = { version = "1.11", features = [ "full" ] }
4 changes: 2 additions & 2 deletions crates/hc_sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_cli_sandbox"
version = "0.0.48"
version = "0.0.49-dev.0"
homepage = "https://github.com/holochain/holochain"
documentation = "https://docs.rs/holochain_cli_sandbox"
authors = [ "Holochain Core Dev Team <devcore@holochain.org>" ]
Expand All @@ -19,7 +19,7 @@ anyhow = "1.0"
ansi_term = "0.12"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
futures = "0.3"
holochain_conductor_api = { path = "../holochain_conductor_api", version = "0.0.54"}
holochain_conductor_api = { path = "../holochain_conductor_api", version = "0.0.55-dev.0"}
holochain_types = { path = "../holochain_types", version = "0.0.52"}
holochain_websocket = { path = "../holochain_websocket", version = "0.0.39"}
holochain_p2p = { path = "../holochain_p2p", version = "0.0.52"}
Expand Down
8 changes: 4 additions & 4 deletions crates/holochain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain"
version = "0.0.156"
version = "0.0.157-dev.0"
description = "Holochain, a framework for distributed applications"
license-file = "LICENSE_CAL-1.0"
homepage = "https://github.com/holochain/holochain"
Expand All @@ -24,13 +24,13 @@ futures = "0.3.1"
getrandom = "0.2.7"
ghost_actor = "0.3.0-alpha.4"
holo_hash = { version = "0.0.31", path = "../holo_hash", features = ["full"] }
holochain_cascade = { version = "0.0.55", path = "../holochain_cascade" }
holochain_conductor_api = { version = "0.0.54", path = "../holochain_conductor_api" }
holochain_cascade = { version = "0.0.56-dev.0", path = "../holochain_cascade" }
holochain_conductor_api = { version = "0.0.55-dev.0", path = "../holochain_conductor_api" }
holochain_keystore = { version = "0.0.51", path = "../holochain_keystore" }
holochain_p2p = { version = "0.0.52", path = "../holochain_p2p" }
holochain_sqlite = { version = "0.0.50", path = "../holochain_sqlite" }
holochain_serialized_bytes = "=0.0.51"
holochain_state = { version = "0.0.54", path = "../holochain_state" }
holochain_state = { version = "0.0.55-dev.0", path = "../holochain_state" }
holochain_types = { version = "0.0.52", path = "../holochain_types" }
holochain_wasmer_host = "=0.0.80"
holochain_websocket = { version = "0.0.39", path = "../holochain_websocket" }
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_cascade/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_cascade"
version = "0.0.55"
version = "0.0.56-dev.0"
description = "Logic for cascading updates to Holochain state and network interaction"
license-file = "LICENSE_CAL-1.0"
homepage = "https://github.com/holochain/holochain"
Expand All @@ -21,7 +21,7 @@ holo_hash = { version = "0.0.31", path = "../holo_hash", features = ["full"] }
holochain_sqlite = { version = "0.0.50", path = "../holochain_sqlite" }
holochain_p2p = { version = "0.0.52", path = "../holochain_p2p" }
holochain_serialized_bytes = "=0.0.51"
holochain_state = { version = "0.0.54", path = "../holochain_state" }
holochain_state = { version = "0.0.55-dev.0", path = "../holochain_state" }
holochain_types = { version = "0.0.52", path = "../holochain_types" }
holochain_zome_types = { version = "0.0.44", path = "../holochain_zome_types" }
observability = "0.1.3"
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_conductor_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_conductor_api"
version = "0.0.54"
version = "0.0.55-dev.0"
description = "Message types for Holochain admin and app interface protocols"
license = "Apache-2.0"
homepage = "https://github.com/holochain/holochain"
Expand All @@ -14,7 +14,7 @@ derive_more = "0.99.3"
kitsune_p2p = { version = "0.0.42", path = "../kitsune_p2p/kitsune_p2p" }
holo_hash = { version = "0.0.31", path = "../holo_hash", features = ["full"] }
holochain_p2p = { version = "0.0.52", path = "../holochain_p2p" }
holochain_state = { version = "0.0.54", path = "../holochain_state" }
holochain_state = { version = "0.0.55-dev.0", path = "../holochain_state" }
holochain_serialized_bytes = "=0.0.51"
holochain_types = { version = "0.0.52", path = "../holochain_types" }
holochain_zome_types = { version = "0.0.44", path = "../holochain_zome_types" }
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_state"
version = "0.0.54"
version = "0.0.55-dev.0"
description = "TODO minimize deps"
license-file = "LICENSE_CAL-1.0"
homepage = "https://github.com/holochain/holochain"
Expand Down

0 comments on commit e2d74b9

Please sign in to comment.