diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index d047f17ffb..2f730af61f 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -14,6 +14,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed -- Fixes bugs in the sim2 connecting handling. Backoff timing and reset was broken. - ### Security + diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e2320a67..f11db1ed8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.42-alpha2] - 2020-01-02 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- Fixes bugs in the sim2 connecting handling. Backoff timing and reset was broken. + +### Security + ## [0.0.42-alpha1] - 2019-12-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index bbf3d07aff..0d85b75224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,7 +477,7 @@ version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -591,9 +591,9 @@ name = "dynomite-derive" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -670,9 +670,9 @@ name = "failure_derive" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -862,9 +862,9 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1025,7 +1025,7 @@ dependencies = [ [[package]] name = "hc" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1035,19 +1035,19 @@ dependencies = [ "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.42-alpha1", - "holochain_conductor_lib 0.0.42-alpha1", - "holochain_core 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", - "holochain_dpki 0.0.42-alpha1", + "holochain_common 0.0.42-alpha2", + "holochain_conductor_lib 0.0.42-alpha2", + "holochain_core 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", + "holochain_dpki 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", - "holochain_net 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", + "holochain_net 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.42-alpha1", + "holochain_wasm_utils 0.0.42-alpha2", "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.42-alpha1", + "in_stream 0.0.42-alpha2", "json-patch 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_crypto_api 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_protocol 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1059,7 +1059,7 @@ dependencies = [ "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.42-alpha1", + "sim2h 0.0.42-alpha2", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1078,33 +1078,33 @@ dependencies = [ [[package]] name = "hdk" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "boolinator 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_conductor_lib 0.0.42-alpha1", - "holochain_core 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", + "holochain_conductor_lib 0.0.42-alpha2", + "holochain_core 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.42-alpha1", + "holochain_wasm_utils 0.0.42-alpha2", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.42-alpha1", + "test_utils 0.0.42-alpha2", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hdk_proc_macros" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ - "hdk 0.0.42-alpha1", + "hdk 0.0.42-alpha2", "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1151,12 +1151,12 @@ dependencies = [ [[package]] name = "holochain" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ - "holochain_common 0.0.42-alpha1", - "holochain_conductor_lib 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", - "holochain_locksmith 0.0.42-alpha1", + "holochain_common 0.0.42-alpha2", + "holochain_conductor_lib 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", + "holochain_locksmith 0.0.42-alpha2", "lib3h_sodium 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1166,14 +1166,14 @@ dependencies = [ [[package]] name = "holochain_common" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_conductor_lib" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "boolinator 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1181,22 +1181,22 @@ dependencies = [ "colored 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.42-alpha1", - "holochain_core 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", - "holochain_dpki 0.0.42-alpha1", + "holochain_common 0.0.42-alpha2", + "holochain_core 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", + "holochain_dpki 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.42-alpha1", - "holochain_net 0.0.42-alpha1", + "holochain_metrics 0.0.42-alpha2", + "holochain_net 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_mem 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_pickle 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.42-alpha1", + "holochain_wasm_utils 0.0.42-alpha2", "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", "json-patch 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1221,7 +1221,7 @@ dependencies = [ "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.42-alpha1", + "test_utils 0.0.42-alpha2", "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1230,12 +1230,12 @@ dependencies = [ [[package]] name = "holochain_conductor_lib_api" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_core_types 0.0.42-alpha1", - "holochain_locksmith 0.0.42-alpha1", - "holochain_wasm_utils 0.0.42-alpha1", + "holochain_core_types 0.0.42-alpha2", + "holochain_locksmith 0.0.42-alpha2", + "holochain_wasm_utils 0.0.42-alpha2", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-lite 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1245,15 +1245,15 @@ dependencies = [ [[package]] name = "holochain_conductor_wasm" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ - "holochain_core_types 0.0.42-alpha1", + "holochain_core_types 0.0.42-alpha2", "wasm-bindgen 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_core" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1265,21 +1265,21 @@ dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.42-alpha1", - "holochain_conductor_lib_api 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", - "holochain_dpki 0.0.42-alpha1", + "holochain_common 0.0.42-alpha2", + "holochain_conductor_lib_api 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", + "holochain_dpki 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.42-alpha1", - "holochain_net 0.0.42-alpha1", + "holochain_metrics 0.0.42-alpha2", + "holochain_net 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_mem 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.42-alpha1", + "holochain_wasm_utils 0.0.42-alpha2", "im 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1297,10 +1297,10 @@ dependencies = [ "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "sim1h 0.0.42-alpha1", + "sim1h 0.0.42-alpha2", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.42-alpha1", + "test_utils 0.0.42-alpha2", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "unwrap_to 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1311,7 +1311,7 @@ dependencies = [ [[package]] name = "holochain_core_types" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1322,7 +1322,7 @@ dependencies = [ "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1340,19 +1340,19 @@ dependencies = [ "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "shrinkwraprs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.42-alpha1", + "test_utils 0.0.42-alpha2", "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_dpki" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bip39 0.6.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_core_types 0.0.42-alpha1", + "holochain_core_types 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "holochain_locksmith" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "backtrace 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1428,13 +1428,13 @@ dependencies = [ [[package]] name = "holochain_metrics" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1460,7 +1460,7 @@ dependencies = [ [[package]] name = "holochain_net" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1468,17 +1468,17 @@ dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.42-alpha1", - "holochain_conductor_lib_api 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", + "holochain_common 0.0.42-alpha2", + "holochain_conductor_lib_api 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.42-alpha1", + "holochain_metrics 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.42-alpha1", + "in_stream 0.0.42-alpha2", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1498,8 +1498,8 @@ dependencies = [ "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sim1h 0.0.42-alpha1", - "sim2h 0.0.42-alpha1", + "sim1h 0.0.42-alpha2", + "sim2h 0.0.42-alpha2", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "tungstenite 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1611,13 +1611,13 @@ dependencies = [ [[package]] name = "holochain_stress" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.42-alpha1", + "in_stream 0.0.42-alpha2", "lib3h_crypto_api 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_protocol 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1629,7 +1629,7 @@ dependencies = [ "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.42-alpha1", + "sim2h 0.0.42-alpha2", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "url2 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1651,11 +1651,11 @@ dependencies = [ [[package]] name = "holochain_wasm_utils" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ - "holochain_conductor_lib 0.0.42-alpha1", - "holochain_core 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", + "holochain_conductor_lib 0.0.42-alpha2", + "holochain_core 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1663,7 +1663,7 @@ dependencies = [ "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.42-alpha1", + "test_utils 0.0.42-alpha2", ] [[package]] @@ -1821,7 +1821,7 @@ dependencies = [ [[package]] name = "in_stream" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2745,9 +2745,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "pest_meta 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2864,9 +2864,9 @@ name = "proc-macro-error" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2882,9 +2882,9 @@ name = "proc-macro-hack" version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2915,7 +2915,7 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2947,7 +2947,7 @@ name = "quote" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3718,13 +3718,13 @@ dependencies = [ [[package]] name = "sim1h" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "detach 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "dynomite 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_core_types 0.0.42-alpha1", + "holochain_core_types 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3741,7 +3741,7 @@ dependencies = [ [[package]] name = "sim2h" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "backtrace 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3750,12 +3750,12 @@ dependencies = [ "detach 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_core_types 0.0.42-alpha1", + "holochain_core_types 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.42-alpha1", + "in_stream 0.0.42-alpha2", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_crypto_api 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3781,7 +3781,7 @@ dependencies = [ [[package]] name = "sim2h_server" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "detach 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3789,7 +3789,7 @@ dependencies = [ "lib3h_protocol 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.42-alpha1", + "sim2h 0.0.42-alpha2", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3918,9 +3918,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3950,10 +3950,10 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3974,9 +3974,9 @@ name = "synstructure" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4049,21 +4049,21 @@ dependencies = [ [[package]] name = "test_utils" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "hdk 0.0.42-alpha1", - "holochain_conductor_lib 0.0.42-alpha1", - "holochain_core 0.0.42-alpha1", - "holochain_core_types 0.0.42-alpha1", - "holochain_dpki 0.0.42-alpha1", + "hdk 0.0.42-alpha2", + "holochain_conductor_lib 0.0.42-alpha2", + "holochain_core 0.0.42-alpha2", + "holochain_core_types 0.0.42-alpha2", + "holochain_dpki 0.0.42-alpha2", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.42-alpha1", - "holochain_net 0.0.42-alpha1", + "holochain_locksmith 0.0.42-alpha2", + "holochain_net 0.0.42-alpha2", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.42-alpha1", + "holochain_wasm_utils 0.0.42-alpha2", "jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4389,7 +4389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "trycp_server" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5188,7 +5188,7 @@ dependencies = [ "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" "checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0" "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" -"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" +"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" "checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408" "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" @@ -5289,7 +5289,7 @@ dependencies = [ "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5" "checksum syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a" -"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" +"checksum syn 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ddc157159e2a7df58cd67b1cace10b8ed256a404fb0070593f137d8ba6bef4de" "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" "checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" diff --git a/app_spec/zomes/blog/code/Cargo.toml b/app_spec/zomes/blog/code/Cargo.toml index 14276c56c8..17861e2202 100644 --- a/app_spec/zomes/blog/code/Cargo.toml +++ b/app_spec/zomes/blog/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blog" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/app_spec/zomes/converse/code/Cargo.toml b/app_spec/zomes/converse/code/Cargo.toml index 017790542e..7e623d568f 100644 --- a/app_spec/zomes/converse/code/Cargo.toml +++ b/app_spec/zomes/converse/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "converse" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec/zomes/simple/code/Cargo.toml b/app_spec/zomes/simple/code/Cargo.toml index 5fc502469f..5a828bed2d 100644 --- a/app_spec/zomes/simple/code/Cargo.toml +++ b/app_spec/zomes/simple/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec/zomes/summer/code/Cargo.toml b/app_spec/zomes/summer/code/Cargo.toml index 0318864d9e..49b4fe6f1d 100644 --- a/app_spec/zomes/summer/code/Cargo.toml +++ b/app_spec/zomes/summer/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summer" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/blog/code/Cargo.toml b/app_spec_proc_macro/zomes/blog/code/Cargo.toml index f2baa25140..744ed57d55 100644 --- a/app_spec_proc_macro/zomes/blog/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/blog/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blog" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/converse/code/Cargo.toml b/app_spec_proc_macro/zomes/converse/code/Cargo.toml index 2d32375264..5423613378 100644 --- a/app_spec_proc_macro/zomes/converse/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/converse/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "converse" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/simple/code/Cargo.toml b/app_spec_proc_macro/zomes/simple/code/Cargo.toml index 71a8220914..4995fbcf93 100644 --- a/app_spec_proc_macro/zomes/simple/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/simple/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/summer/code/Cargo.toml b/app_spec_proc_macro/zomes/summer/code/Cargo.toml index 7777e55d8a..e948e65aab 100644 --- a/app_spec_proc_macro/zomes/summer/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/summer/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summer" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [dependencies] diff --git a/config.nix b/config.nix index 82538d3a03..11f2d5e443 100644 --- a/config.nix +++ b/config.nix @@ -1,7 +1,7 @@ let - release-commit = "6cca057589e39c06d5b0af0b1b516782e4e4b59b"; - current = "0.0.42-alpha1"; - previous = "0.0.41-alpha4"; + release-commit = "938caddaeb5c5cc837197e206ece4f918fd12119"; + current = "0.0.42-alpha2"; + previous = "0.0.42-alpha1"; # tag will ultimately be current version when it hits holonix # https://github.com/holochain/holonix/blob/master/release/default.nix#L7 tag = "v${current}"; diff --git a/core_api_c_binding/Cargo.toml b/core_api_c_binding/Cargo.toml index 228eae6614..e4773a796b 100644 --- a/core_api_c_binding/Cargo.toml +++ b/core_api_c_binding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core_api_c_binding" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7f3a3eabc1..2d7e73368d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,20 +4,20 @@ description = "holochain app scaffolding tools" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_core = { version = "=0.0.42-alpha1", path = "../core" } -holochain_common = { version = "=0.0.42-alpha1", path = "../common" } -holochain_conductor_lib = { version = "=0.0.42-alpha1", path = "../conductor_lib" } -holochain_net = { version = "=0.0.42-alpha1", path = "../net" } -holochain_dpki = { version = "=0.0.42-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } -sim2h = { version = "=0.0.42-alpha1", path = "../sim2h" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_core = { version = "=0.0.42-alpha2", path = "../core" } +holochain_common = { version = "=0.0.42-alpha2", path = "../common" } +holochain_conductor_lib = { version = "=0.0.42-alpha2", path = "../conductor_lib" } +holochain_net = { version = "=0.0.42-alpha2", path = "../net" } +holochain_dpki = { version = "=0.0.42-alpha2", path = "../dpki" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } +sim2h = { version = "=0.0.42-alpha2", path = "../sim2h" } lib3h_crypto_api = "=0.0.25" -in_stream = { version = "=0.0.42-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.42-alpha2", path = "../in_stream" } url2 = "=0.0.4" lib3h_sodium = "=0.0.25" holochain_json_api = "=0.0.17" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 0121dccb76..845d0e13ea 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -4,7 +4,7 @@ description = "holochain core commons" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index db056ebca9..3c43599932 100644 --- a/crates/conductor_api/Cargo.toml +++ b/crates/conductor_api/Cargo.toml @@ -4,14 +4,14 @@ description = "holochain conductor lib api" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_wasm_utils = { version = "=0.0.42-alpha1", path = "../wasm_utils" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.42-alpha2", path = "../wasm_utils" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } jsonrpc-core = "=14.0.1" jsonrpc-lite = "=0.5.0" serde = { version = "=1.0.89", features = ["rc"] } diff --git a/crates/conductor_lib/Cargo.toml b/crates/conductor_lib/Cargo.toml index 0f04bcbc2b..8a24620395 100644 --- a/crates/conductor_lib/Cargo.toml +++ b/crates/conductor_lib/Cargo.toml @@ -4,14 +4,14 @@ description = "holochain conductor library" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core = { version = "=0.0.42-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } +holochain_core = { version = "=0.0.42-alpha2", path = "../core" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.11" @@ -19,12 +19,12 @@ holochain_persistence_mem = "=0.0.11" holochain_persistence_file = "=0.0.11" holochain_persistence_pickle = "=0.0.11" holochain_persistence_lmdb = "=0.0.11" -holochain_dpki = { version = "=0.0.42-alpha1", path = "../dpki" } -holochain_net = { version = "=0.0.42-alpha1", path = "../net" } +holochain_dpki = { version = "=0.0.42-alpha2", path = "../dpki" } +holochain_net = { version = "=0.0.42-alpha2", path = "../net" } lib3h = "=0.0.25" lib3h_sodium = "=0.0.25" -holochain_metrics = { version = "=0.0.42-alpha1", path = "../metrics" } -holochain_common = { version = "=0.0.42-alpha1", path = "../common" } +holochain_metrics = { version = "=0.0.42-alpha2", path = "../metrics" } +holochain_common = { version = "=0.0.42-alpha2", path = "../common" } chrono = "=0.4.6" serde = "=1.0.89" serde_json = { version = "=1.0.39", features = ["preserve_order"] } @@ -54,9 +54,9 @@ nickel = "=0.11.0" url = { version = "=2.1.0", features = ["serde"] } snowflake = "=1.3.0" [dev-dependencies] -test_utils = { version = "=0.0.42-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.42-alpha2", path = "../../test_utils" } tempfile = "=3.0.7" -holochain_wasm_utils = { version = "=0.0.42-alpha1", path = "../wasm_utils" } +holochain_wasm_utils = { version = "=0.0.42-alpha2", path = "../wasm_utils" } structopt = "=0.2.15" pretty_assertions = "=0.6.1" ws = "=0.8.0" diff --git a/crates/conductor_lib/test-bridge-caller/Cargo.toml b/crates/conductor_lib/test-bridge-caller/Cargo.toml index 1c75a39128..1f82b91b90 100644 --- a/crates/conductor_lib/test-bridge-caller/Cargo.toml +++ b/crates/conductor_lib/test-bridge-caller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-bridge-caller" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/conductor_lib/wasm-test/Cargo.toml b/crates/conductor_lib/wasm-test/Cargo.toml index 4423b91677..980d71d7ca 100644 --- a/crates/conductor_lib/wasm-test/Cargo.toml +++ b/crates/conductor_lib/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_api_wasm" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 231a6e3988..e797a4cd5b 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain core" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -24,10 +24,10 @@ num-traits = "=0.2.6" num-derive = "=0.2.4" toml = "=0.5.0" futures = { version = "=0.3.1", features = [ "thread-pool" ] } -holochain_net = { version = "=0.0.42-alpha1", path = "../net" } -holochain_wasm_utils = { version = "=0.0.42-alpha1", path = "../wasm_utils" } -holochain_common = { version = "=0.0.42-alpha1", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.42-alpha1", path = "../conductor_api" } +holochain_net = { version = "=0.0.42-alpha2", path = "../net" } +holochain_wasm_utils = { version = "=0.0.42-alpha2", path = "../wasm_utils" } +holochain_common = { version = "=0.0.42-alpha2", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.42-alpha2", path = "../conductor_api" } lib3h_protocol = "=0.0.25" lib3h_sodium = "=0.0.25" holochain_json_derive = "=0.0.17" @@ -35,10 +35,10 @@ holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.11" holochain_persistence_file = "=0.0.11" holochain_persistence_mem = "=0.0.11" -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_dpki = { version = "=0.0.42-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.42-alpha1", path = "../metrics" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_dpki = { version = "=0.0.42-alpha2", path = "../dpki" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } +holochain_metrics = { version = "=0.0.42-alpha2", path = "../metrics" } log = "=0.4.8" holochain_logging = "=0.0.4" boolinator = "=2.4.0" @@ -59,7 +59,7 @@ itertools = "0.8.2" [dev-dependencies] wabt = "=0.7.4" -test_utils = { version = "=0.0.42-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.42-alpha2", path = "../../test_utils" } tempfile = "=3.0.7" holochain_persistence_lmdb = "=0.0.11" -sim1h = { version = "=0.0.42-alpha1", path = "../sim1h" } +sim1h = { version = "=0.0.42-alpha2", path = "../sim1h" } diff --git a/crates/core/src/nucleus/actions/wasm-test/Cargo.toml b/crates/core/src/nucleus/actions/wasm-test/Cargo.toml index 50ea56e83c..d04e698d43 100644 --- a/crates/core/src/nucleus/actions/wasm-test/Cargo.toml +++ b/crates/core/src/nucleus/actions/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nucleus-actions-tests" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core_types/Cargo.toml b/crates/core_types/Cargo.toml index 5a7c59320e..441e760bcb 100644 --- a/crates/core_types/Cargo.toml +++ b/crates/core_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core_types" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] build = "build.rs" description = "core types needed for all holochain development" @@ -30,7 +30,7 @@ objekt= "=0.1.2" holochain_persistence_api = "=0.0.11" holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } uuid = { version = "=0.7.1", features = ["v4"] } regex = "=1.1.2" shrinkwraprs = "=0.2.1" @@ -41,7 +41,7 @@ log = "=0.4.8" holochain_logging = "=0.0.4" [dev-dependencies] -test_utils = { version = "=0.0.42-alpha1", path = "../../test_utils"} +test_utils = { version = "=0.0.42-alpha2", path = "../../test_utils"} maplit = "=1.0.2" [build-dependencies] diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index f4b5d378e2..fc98e5f017 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_dpki" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain dpki" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -11,7 +11,7 @@ edition = "2018" [dependencies] lazy_static = "=1.2.0" base64 = "=0.10.1" -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } lib3h_sodium = "=0.0.25" holochain_persistence_api = "=0.0.11" serde = "=1.0.89" diff --git a/crates/hdk/Cargo.toml b/crates/hdk/Cargo.toml index 850e1e95f1..ca250913ee 100644 --- a/crates/hdk/Cargo.toml +++ b/crates/hdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk" edition = "2018" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain hdk" license = "GPL-3.0-only" repository = "https://github.com/holochain/holochain-rust" @@ -14,8 +14,8 @@ serde_derive = "=1.0.89" serde_json = { version = "=1.0.39", features = ["preserve_order"] } bitflags = "=1.0.4" lazy_static = "=1.2.0" -holochain_wasm_utils = { version = "=0.0.42-alpha1", path = "../wasm_utils" } -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.42-alpha2", path = "../wasm_utils" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } holochain_json_api = "=0.0.17" holochain_json_derive = "=0.0.17" holochain_persistence_api = "=0.0.11" @@ -24,9 +24,9 @@ env_logger = "=0.6.1" url = "=2.1.0" [dev-dependencies] -test_utils = { version = "=0.0.42-alpha1", path = "../../test_utils" } -holochain_conductor_lib = { version = "=0.0.42-alpha1", path = "../conductor_lib" } -holochain_core = { version = "=0.0.42-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } +test_utils = { version = "=0.0.42-alpha2", path = "../../test_utils" } +holochain_conductor_lib = { version = "=0.0.42-alpha2", path = "../conductor_lib" } +holochain_core = { version = "=0.0.42-alpha2", path = "../core" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } tempfile = "=3.0.7" boolinator = "=2.4.0" diff --git a/crates/hdk/wasm-test/Cargo.toml b/crates/hdk/wasm-test/Cargo.toml index 794fe86ba6..f1704ef7e6 100644 --- a/crates/hdk/wasm-test/Cargo.toml +++ b/crates/hdk/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-globals" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/hdk_v2/Cargo.toml b/crates/hdk_v2/Cargo.toml index dba91a8dfc..107b1b2c7d 100644 --- a/crates/hdk_v2/Cargo.toml +++ b/crates/hdk_v2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdk_proc_macros" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain hdk v2 (with proc macros)" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -15,4 +15,4 @@ proc-macro = true syn = { version = "=0.15.31", features = ["full", "extra-traits"]} quote = "=0.6.11" proc-macro2 = "=0.4.27" -hdk = { version = "=0.0.42-alpha1", path = "../hdk" } +hdk = { version = "=0.0.42-alpha2", path = "../hdk" } diff --git a/crates/hdk_v2/wasm-test/Cargo.toml b/crates/hdk_v2/wasm-test/Cargo.toml index a623926a63..3ec43d5ab8 100644 --- a/crates/hdk_v2/wasm-test/Cargo.toml +++ b/crates/hdk_v2/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-proc-macro" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index 6decea4c58..ce23549b2a 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -8,11 +8,11 @@ documentation = "https://github.com/holochain/holochain-rust" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_conductor_lib = { version = "=0.0.42-alpha1", path = "../conductor_lib" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_conductor_lib = { version = "=0.0.42-alpha2", path = "../conductor_lib" } lib3h_sodium = "=0.0.25" -holochain_common = { version = "=0.0.42-alpha1", path = "../common" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } +holochain_common = { version = "=0.0.42-alpha2", path = "../common" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } structopt = "=0.2.15" tiny_http = "=0.6.2" ws = "=0.8.0" diff --git a/crates/holochain_wasm/Cargo.toml b/crates/holochain_wasm/Cargo.toml index 5a109a4665..adce629b8c 100644 --- a/crates/holochain_wasm/Cargo.toml +++ b/crates/holochain_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_conductor_wasm" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain wasm" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -13,5 +13,5 @@ name = "holochain_conductor_wasm" crate-type = ["cdylib"] [dependencies] -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } wasm-bindgen = "=0.2.32" diff --git a/crates/in_stream/Cargo.toml b/crates/in_stream/Cargo.toml index 4c0877c319..2b4ee31f27 100644 --- a/crates/in_stream/Cargo.toml +++ b/crates/in_stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "in_stream" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "trait system for facilitating non-blocking stream chaining with handshaking" diff --git a/crates/locksmith/Cargo.toml b/crates/locksmith/Cargo.toml index ab8ca8ce3c..1a76fcdb1d 100644 --- a/crates/locksmith/Cargo.toml +++ b/crates/locksmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_locksmith" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "helpers for mutex deadlock diagnosis" diff --git a/crates/metrics/Cargo.toml b/crates/metrics/Cargo.toml index dd466522e0..9971891f7e 100644 --- a/crates/metrics/Cargo.toml +++ b/crates/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_metrics" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "Holochain analytics from logs and other metrics" license = "GPL-3.0-only" authors = ["Holochain Core Dev Team "] @@ -10,7 +10,7 @@ edition = "2018" shrinkwraprs = "=0.2.1" serde = { version = "=1.0.89", features = ["rc"] } serde_derive = "=1.0.89" -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } lazy_static = "=1.2.0" num-traits = "=0.2.6" num-derive = "=0.2.4" diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 9fe13ca99f..c17e4222f0 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_net" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain net" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -17,23 +17,23 @@ tempfile = "=3.0.7" [dependencies] failure = "=0.1.5" -sim1h = { version = "=0.0.42-alpha1", path = "../sim1h" } -sim2h = { version = "=0.0.42-alpha1", path = "../sim2h" } +sim1h = { version = "=0.0.42-alpha2", path = "../sim1h" } +sim2h = { version = "=0.0.42-alpha2", path = "../sim2h" } lib3h_sodium = "=0.0.25" lib3h_protocol = "=0.0.25" lib3h = "=0.0.25" lib3h_zombie_actor = "=0.0.25" detach = "=0.0.19" holochain_tracing = { version = "=0.0.4" } -holochain_metrics = { version = "=0.0.42-alpha1", path = "../metrics" } -holochain_common = { version = "=0.0.42-alpha1", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.42-alpha1", path = "../conductor_api" } -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.42-alpha2", path = "../metrics" } +holochain_common = { version = "=0.0.42-alpha2", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.42-alpha2", path = "../conductor_api" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.11" -in_stream = { version = "=0.0.42-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.42-alpha2", path = "../in_stream" } lazy_static = "=1.2.0" libc = "=0.2.58" reqwest = "=0.9.11" diff --git a/crates/remove-dev-dependencies/Cargo.toml b/crates/remove-dev-dependencies/Cargo.toml index bf2fec4376..55481724b9 100644 --- a/crates/remove-dev-dependencies/Cargo.toml +++ b/crates/remove-dev-dependencies/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "remove-dev-dependencies" description = "adapted from futures-rs to workaround a cargo bug" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Wim Looman "] edition = "2018" publish = false diff --git a/crates/sim1h/Cargo.toml b/crates/sim1h/Cargo.toml index 987c9056c0..4af3da3e84 100644 --- a/crates/sim1h/Cargo.toml +++ b/crates/sim1h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim1h" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -26,6 +26,6 @@ holochain_persistence_api = "=0.0.11" holochain_json_api = "=0.0.17" url = "=2.1.0" crossbeam-channel = "=0.3.8" -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } parking_lot = "0.9.0" snowflake = "1.3.0" diff --git a/crates/sim2h/Cargo.toml b/crates/sim2h/Cargo.toml index 78e2b75c22..ec61e95e78 100644 --- a/crates/sim2h/Cargo.toml +++ b/crates/sim2h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -23,9 +23,9 @@ lib3h_sodium = "=0.0.25" lib3h_protocol = "=0.0.25" lib3h_zombie_actor = "=0.0.25" holochain_tracing = "=0.0.4" -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../locksmith" } -in_stream = { version = "=0.0.42-alpha1", path = "../in_stream" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../locksmith" } +in_stream = { version = "=0.0.42-alpha2", path = "../in_stream" } uuid = { version = "0.4", features = ["v4"] } log = "=0.4.8" env_logger = "=0.6.1" diff --git a/crates/sim2h_server/Cargo.toml b/crates/sim2h_server/Cargo.toml index e54fa8b242..695fbe8b8a 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h_server" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h - server executable" @@ -12,7 +12,7 @@ documentation = "https://github.com/holochain/sim2h" repository = "https://github.com/holochain/sim2h" [dependencies] -sim2h = { version = "=0.0.42-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.42-alpha2", path = "../sim2h" } detach = "=0.0.19" lib3h = "=0.0.25" lib3h_protocol = "=0.0.25" diff --git a/crates/stress/Cargo.toml b/crates/stress/Cargo.toml index 332227e253..c9c4993b60 100644 --- a/crates/stress/Cargo.toml +++ b/crates/stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_stress" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain stress tests" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -24,8 +24,8 @@ prettytable-rs = "=0.8.0" serde = "=1.0.89" serde_derive = "=1.0.89" serde_json = { version = "=1.0.39", features = ["preserve_order"] } -sim2h = { version = "=0.0.42-alpha1", path = "../sim2h" } -in_stream = { version = "=0.0.42-alpha1", path = "../in_stream" } +sim2h = { version = "=0.0.42-alpha2", path = "../sim2h" } +in_stream = { version = "=0.0.42-alpha2", path = "../in_stream" } structopt = "=0.3.3" toml = "=0.5.0" url2 = "=0.0.4" diff --git a/crates/trycp_server/Cargo.toml b/crates/trycp_server/Cargo.toml index fb8a35f850..a315519ebe 100644 --- a/crates/trycp_server/Cargo.toml +++ b/crates/trycp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_server" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "Conductor provisioner server for try-o-rama" diff --git a/crates/wasm_utils/Cargo.toml b/crates/wasm_utils/Cargo.toml index 244b9dc738..6df8debf67 100644 --- a/crates/wasm_utils/Cargo.toml +++ b/crates/wasm_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_wasm_utils" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" description = "holochain wasm utils" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -11,13 +11,13 @@ authors = ["Holochain Core Dev Team "] serde = "=1.0.89" serde_derive = "=1.0.89" serde_json = { version = "=1.0.39", features = ["preserve_order"] } -holochain_core_types = { version = "=0.0.42-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../core_types" } holochain_json_derive = "=0.0.17" holochain_persistence_api = "=0.0.11" holochain_json_api = "=0.0.17" [dev-dependencies] -test_utils = { version = "=0.0.42-alpha1", path = "../../test_utils" } -holochain_core = { version = "=0.0.42-alpha1", path = "../core" } -holochain_conductor_lib = { version = "=0.0.42-alpha1", path = "../conductor_lib" } +test_utils = { version = "=0.0.42-alpha2", path = "../../test_utils" } +holochain_core = { version = "=0.0.42-alpha2", path = "../core" } +holochain_conductor_lib = { version = "=0.0.42-alpha2", path = "../conductor_lib" } tempfile = "=3.0.7" diff --git a/crates/wasm_utils/wasm-test/integration-test/Cargo.toml b/crates/wasm_utils/wasm-test/integration-test/Cargo.toml index a6d8e6f01c..0fec4128da 100644 --- a/crates/wasm_utils/wasm-test/integration-test/Cargo.toml +++ b/crates/wasm_utils/wasm-test/integration-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-integration-test" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 4590226680..14e7b9c11c 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils" -version = "0.0.42-alpha1" +version = "0.0.42-alpha2" authors = ["Holochain Core Dev Team "] description = "holochain test utils" license = "GPL-3.0-only" @@ -9,14 +9,14 @@ documentation = "https://github.com/holochain/holochain-rust" edition = "2018" [dependencies] -hdk = { version = "=0.0.42-alpha1", path = "../crates/hdk" } -holochain_net = { version = "=0.0.42-alpha1", path = "../crates/net" } -holochain_core = { version = "=0.0.42-alpha1", path = "../crates/core" } -holochain_conductor_lib = { version = "=0.0.42-alpha1", path = "../crates/conductor_lib" } -holochain_core_types = { version = "=0.0.42-alpha1", path = "../crates/core_types" } -holochain_dpki = { version = "=0.0.42-alpha1", path = "../crates/dpki" } -holochain_wasm_utils = { version = "=0.0.42-alpha1", path = "../crates/wasm_utils" } -holochain_locksmith = { version = "=0.0.42-alpha1", path = "../crates/locksmith" } +hdk = { version = "=0.0.42-alpha2", path = "../crates/hdk" } +holochain_net = { version = "=0.0.42-alpha2", path = "../crates/net" } +holochain_core = { version = "=0.0.42-alpha2", path = "../crates/core" } +holochain_conductor_lib = { version = "=0.0.42-alpha2", path = "../crates/conductor_lib" } +holochain_core_types = { version = "=0.0.42-alpha2", path = "../crates/core_types" } +holochain_dpki = { version = "=0.0.42-alpha2", path = "../crates/dpki" } +holochain_wasm_utils = { version = "=0.0.42-alpha2", path = "../crates/wasm_utils" } +holochain_locksmith = { version = "=0.0.42-alpha2", path = "../crates/locksmith" } holochain_persistence_api = "=0.0.11" holochain_json_api = "=0.0.17" holochain_json_derive = "=0.0.17"