From 8bc5f62beda624efaaf75327b2fd4d382afbe3d6 Mon Sep 17 00:00:00 2001 From: David Meister Date: Fri, 20 Dec 2019 16:27:28 +0400 Subject: [PATCH] Release v0.0.41-alpha4 --- CHANGELOG-UNRELEASED.md | 2 - CHANGELOG.md | 16 ++ Cargo.lock | 192 +++++++++--------- app_spec/zomes/blog/code/Cargo.toml | 2 +- app_spec/zomes/converse/code/Cargo.toml | 2 +- app_spec/zomes/simple/code/Cargo.toml | 2 +- app_spec/zomes/summer/code/Cargo.toml | 2 +- .../zomes/blog/code/Cargo.toml | 2 +- .../zomes/converse/code/Cargo.toml | 2 +- .../zomes/simple/code/Cargo.toml | 2 +- .../zomes/summer/code/Cargo.toml | 2 +- config.nix | 6 +- core_api_c_binding/Cargo.toml | 2 +- crates/cli/Cargo.toml | 16 +- crates/common/Cargo.toml | 2 +- crates/conductor_api/Cargo.toml | 8 +- crates/conductor_lib/Cargo.toml | 20 +- .../test-bridge-caller/Cargo.toml | 2 +- crates/conductor_lib/wasm-test/Cargo.toml | 2 +- crates/core/Cargo.toml | 22 +- .../src/nucleus/actions/wasm-test/Cargo.toml | 2 +- crates/core_types/Cargo.toml | 6 +- crates/dpki/Cargo.toml | 4 +- crates/hdk/Cargo.toml | 14 +- crates/hdk/wasm-test/Cargo.toml | 2 +- crates/hdk_v2/Cargo.toml | 4 +- crates/hdk_v2/wasm-test/Cargo.toml | 2 +- crates/holochain/Cargo.toml | 10 +- crates/holochain_wasm/Cargo.toml | 4 +- crates/in_stream/Cargo.toml | 2 +- crates/locksmith/Cargo.toml | 2 +- crates/metrics/Cargo.toml | 4 +- crates/net/Cargo.toml | 16 +- crates/remove-dev-dependencies/Cargo.toml | 2 +- crates/sim1h/Cargo.toml | 4 +- crates/sim2h/Cargo.toml | 8 +- crates/sim2h_server/Cargo.toml | 4 +- crates/stress/Cargo.toml | 6 +- crates/trycp_server/Cargo.toml | 2 +- crates/wasm_utils/Cargo.toml | 10 +- .../wasm-test/integration-test/Cargo.toml | 2 +- test_utils/Cargo.toml | 18 +- 42 files changed, 224 insertions(+), 210 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 431c9992fb..2f730af61f 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -6,8 +6,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added -- Added `print-metric-stats` and `print-cloudwatch-metrics` commands to `holochain_metrics` [#1972](https://github.com/holochain/holochain-rust/pull/1972). - ### Changed ### Deprecated diff --git a/CHANGELOG.md b/CHANGELOG.md index 34997802bf..ab5aed462c 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.41-alpha4] - 2019-12-20 + +### Added + +- Added `print-metric-stats` and `print-cloudwatch-metrics` commands to `holochain_metrics` [#1972](https://github.com/holochain/holochain-rust/pull/1972). + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.41-alpha3] - 2019-12-19 ### Added diff --git a/Cargo.lock b/Cargo.lock index a826611cff..d044befc7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "encoding_rs" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1014,7 +1014,7 @@ dependencies = [ [[package]] name = "hc" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -1022,17 +1022,17 @@ dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "holochain_common 0.0.41-alpha3", - "holochain_conductor_lib 0.0.41-alpha3", - "holochain_core 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", - "holochain_dpki 0.0.41-alpha3", + "holochain_common 0.0.41-alpha4", + "holochain_conductor_lib 0.0.41-alpha4", + "holochain_core 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", + "holochain_dpki 0.0.41-alpha4", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.41-alpha3", - "holochain_net 0.0.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", + "holochain_net 0.0.41-alpha4", "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.41-alpha3", + "holochain_wasm_utils 0.0.41-alpha4", "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "json-patch 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1060,33 +1060,33 @@ dependencies = [ [[package]] name = "hdk" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", - "holochain_core 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", + "holochain_conductor_lib 0.0.41-alpha4", + "holochain_core 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", "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.41-alpha3", + "holochain_wasm_utils 0.0.41-alpha4", "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.41-alpha3", + "test_utils 0.0.41-alpha4", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hdk_proc_macros" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ - "hdk 0.0.41-alpha3", + "hdk 0.0.41-alpha4", "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)", @@ -1133,12 +1133,12 @@ dependencies = [ [[package]] name = "holochain" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ - "holochain_common 0.0.41-alpha3", - "holochain_conductor_lib 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", - "holochain_locksmith 0.0.41-alpha3", + "holochain_common 0.0.41-alpha4", + "holochain_conductor_lib 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", + "holochain_locksmith 0.0.41-alpha4", "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)", @@ -1148,14 +1148,14 @@ dependencies = [ [[package]] name = "holochain_common" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_conductor_lib" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -1163,22 +1163,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.41-alpha3", - "holochain_core 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", - "holochain_dpki 0.0.41-alpha3", + "holochain_common 0.0.41-alpha4", + "holochain_core 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", + "holochain_dpki 0.0.41-alpha4", "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.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.41-alpha3", - "holochain_net 0.0.41-alpha3", + "holochain_metrics 0.0.41-alpha4", + "holochain_net 0.0.41-alpha4", "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.41-alpha3", + "holochain_wasm_utils 0.0.41-alpha4", "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)", @@ -1203,7 +1203,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.41-alpha3", + "test_utils 0.0.41-alpha4", "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)", @@ -1212,12 +1212,12 @@ dependencies = [ [[package]] name = "holochain_conductor_lib_api" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_core_types 0.0.41-alpha3", - "holochain_locksmith 0.0.41-alpha3", - "holochain_wasm_utils 0.0.41-alpha3", + "holochain_core_types 0.0.41-alpha4", + "holochain_locksmith 0.0.41-alpha4", + "holochain_wasm_utils 0.0.41-alpha4", "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)", @@ -1227,15 +1227,15 @@ dependencies = [ [[package]] name = "holochain_conductor_wasm" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ - "holochain_core_types 0.0.41-alpha3", + "holochain_core_types 0.0.41-alpha4", "wasm-bindgen 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_core" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -1247,21 +1247,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.41-alpha3", - "holochain_conductor_lib_api 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", - "holochain_dpki 0.0.41-alpha3", + "holochain_common 0.0.41-alpha4", + "holochain_conductor_lib_api 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", + "holochain_dpki 0.0.41-alpha4", "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.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.41-alpha3", - "holochain_net 0.0.41-alpha3", + "holochain_metrics 0.0.41-alpha4", + "holochain_net 0.0.41-alpha4", "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.41-alpha3", + "holochain_wasm_utils 0.0.41-alpha4", "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)", @@ -1279,10 +1279,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.41-alpha3", + "sim1h 0.0.41-alpha4", "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.41-alpha3", + "test_utils 0.0.41-alpha4", "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)", @@ -1293,7 +1293,7 @@ dependencies = [ [[package]] name = "holochain_core_types" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -1304,7 +1304,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.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", "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)", @@ -1322,19 +1322,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.41-alpha3", + "test_utils 0.0.41-alpha4", "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.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", + "holochain_core_types 0.0.41-alpha4", "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)", @@ -1382,7 +1382,7 @@ dependencies = [ [[package]] name = "holochain_locksmith" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -1410,13 +1410,13 @@ dependencies = [ [[package]] name = "holochain_metrics" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", "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)", @@ -1441,20 +1441,20 @@ dependencies = [ [[package]] name = "holochain_net" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", "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)", - "holochain_common 0.0.41-alpha3", - "holochain_conductor_lib_api 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", + "holochain_common 0.0.41-alpha4", + "holochain_conductor_lib_api 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", "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.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.41-alpha3", + "holochain_metrics 0.0.41-alpha4", "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)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1474,8 +1474,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.41-alpha3", - "sim2h 0.0.41-alpha3", + "sim1h 0.0.41-alpha4", + "sim2h 0.0.41-alpha4", "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)", @@ -1586,13 +1586,13 @@ dependencies = [ [[package]] name = "holochain_stress" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", + "in_stream 0.0.41-alpha4", "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)", @@ -1604,7 +1604,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.41-alpha3", + "sim2h 0.0.41-alpha4", "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)", @@ -1626,11 +1626,11 @@ dependencies = [ [[package]] name = "holochain_wasm_utils" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ - "holochain_conductor_lib 0.0.41-alpha3", - "holochain_core 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", + "holochain_conductor_lib 0.0.41-alpha4", + "holochain_core 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", "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)", @@ -1638,7 +1638,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.41-alpha3", + "test_utils 0.0.41-alpha4", ] [[package]] @@ -1796,7 +1796,7 @@ dependencies = [ [[package]] name = "in_stream" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -3190,7 +3190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "encoding_rs 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", + "encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3693,13 +3693,13 @@ dependencies = [ [[package]] name = "sim1h" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", + "holochain_core_types 0.0.41-alpha4", "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)", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "sim2h" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3724,12 +3724,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.41-alpha3", + "holochain_core_types 0.0.41-alpha4", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", "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.41-alpha3", + "in_stream 0.0.41-alpha4", "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)", @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "sim2h_server" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -3763,7 +3763,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.41-alpha3", + "sim2h 0.0.41-alpha4", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4023,21 +4023,21 @@ dependencies = [ [[package]] name = "test_utils" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", - "holochain_conductor_lib 0.0.41-alpha3", - "holochain_core 0.0.41-alpha3", - "holochain_core_types 0.0.41-alpha3", - "holochain_dpki 0.0.41-alpha3", + "hdk 0.0.41-alpha4", + "holochain_conductor_lib 0.0.41-alpha4", + "holochain_core 0.0.41-alpha4", + "holochain_core_types 0.0.41-alpha4", + "holochain_dpki 0.0.41-alpha4", "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.41-alpha3", - "holochain_net 0.0.41-alpha3", + "holochain_locksmith 0.0.41-alpha4", + "holochain_net 0.0.41-alpha4", "holochain_persistence_api 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.41-alpha3", + "holochain_wasm_utils 0.0.41-alpha4", "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)", @@ -4363,7 +4363,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "trycp_server" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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)", @@ -4968,7 +4968,7 @@ dependencies = [ "checksum dynomite-derive 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bffe7d062538a8b3fef5f25de87ddd32537da778294dac2350b943c11dff37e2" "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" -"checksum encoding_rs 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f730a5068736d360795b76e8c53ef51d052a4090d281412da851f5fd6204f36d" +"checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28" "checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a" "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" diff --git a/app_spec/zomes/blog/code/Cargo.toml b/app_spec/zomes/blog/code/Cargo.toml index b3e032a580..2aa01cde25 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.41-alpha3" +version = "0.0.41-alpha4" 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 20f9fc4e36..bc5b60440a 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec/zomes/simple/code/Cargo.toml b/app_spec/zomes/simple/code/Cargo.toml index a8b64de746..dabcbe306d 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec/zomes/summer/code/Cargo.toml b/app_spec/zomes/summer/code/Cargo.toml index e3726e0c75..06166ba636 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.41-alpha3" +version = "0.0.41-alpha4" 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 7c83c91597..42c67d8fc7 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.41-alpha3" +version = "0.0.41-alpha4" 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 0a17561653..cf72873b0f 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.41-alpha3" +version = "0.0.41-alpha4" 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 aa11889e7a..20ac75b30a 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.41-alpha3" +version = "0.0.41-alpha4" 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 c8c8989328..98859a4fcc 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [dependencies] diff --git a/config.nix b/config.nix index fd9e11fc41..1f54a5d60f 100644 --- a/config.nix +++ b/config.nix @@ -1,7 +1,7 @@ let - release-commit = "eef342260077a2b39a448aa0410c931fa654e0e6"; - current = "0.0.41-alpha3"; - previous = "0.0.41-alpha2"; + release-commit = "17286c5e22ede244a6b200376aec4044338c6a7f"; + current = "0.0.41-alpha4"; + previous = "0.0.41-alpha3"; # 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 e6d5212fcd..3f2f219bcb 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4a22ca8e70..7ffb9ab68f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,17 +4,17 @@ 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.41-alpha3", path = "../core_types" } -holochain_core = { version = "=0.0.41-alpha3", path = "../core" } -holochain_common = { version = "=0.0.41-alpha3", path = "../common" } -holochain_conductor_lib = { version = "=0.0.41-alpha3", path = "../conductor_lib" } -holochain_net = { version = "=0.0.41-alpha3", path = "../net" } -holochain_dpki = { version = "=0.0.41-alpha3", path = "../dpki" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_core = { version = "=0.0.41-alpha4", path = "../core" } +holochain_common = { version = "=0.0.41-alpha4", path = "../common" } +holochain_conductor_lib = { version = "=0.0.41-alpha4", path = "../conductor_lib" } +holochain_net = { version = "=0.0.41-alpha4", path = "../net" } +holochain_dpki = { version = "=0.0.41-alpha4", path = "../dpki" } +holochain_locksmith = { version = "=0.0.41-alpha4", path = "../locksmith" } lib3h_sodium = "=0.0.25" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.11" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 63d1b9fff3..dc930bd7fc 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index cb3e4c5dbd..42f68def72 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core_types = { version = "=0.0.41-alpha3", path = "../core_types" } -holochain_wasm_utils = { version = "=0.0.41-alpha3", path = "../wasm_utils" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.41-alpha4", path = "../wasm_utils" } +holochain_locksmith = { version = "=0.0.41-alpha4", 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 189431f688..f0ee10c73c 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core = { version = "=0.0.41-alpha3", path = "../core" } -holochain_core_types = { version = "=0.0.41-alpha3", path = "../core_types" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } +holochain_core = { version = "=0.0.41-alpha4", path = "../core" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_locksmith = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../dpki" } -holochain_net = { version = "=0.0.41-alpha3", path = "../net" } +holochain_dpki = { version = "=0.0.41-alpha4", path = "../dpki" } +holochain_net = { version = "=0.0.41-alpha4", path = "../net" } lib3h = "=0.0.25" lib3h_sodium = "=0.0.25" -holochain_metrics = { version = "=0.0.41-alpha3", path = "../metrics" } -holochain_common = { version = "=0.0.41-alpha3", path = "../common" } +holochain_metrics = { version = "=0.0.41-alpha4", path = "../metrics" } +holochain_common = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../../test_utils" } +test_utils = { version = "=0.0.41-alpha4", path = "../../test_utils" } tempfile = "=3.0.7" -holochain_wasm_utils = { version = "=0.0.41-alpha3", path = "../wasm_utils" } +holochain_wasm_utils = { version = "=0.0.41-alpha4", 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 e3e4e051bf..2f1d11dd59 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.41-alpha3" +version = "0.0.41-alpha4" 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 bcaee6b382..444ffb9755 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index e4c31b13ac..e0a0866786 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../net" } -holochain_wasm_utils = { version = "=0.0.41-alpha3", path = "../wasm_utils" } -holochain_common = { version = "=0.0.41-alpha3", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.41-alpha3", path = "../conductor_api" } +holochain_net = { version = "=0.0.41-alpha4", path = "../net" } +holochain_wasm_utils = { version = "=0.0.41-alpha4", path = "../wasm_utils" } +holochain_common = { version = "=0.0.41-alpha4", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../core_types" } -holochain_dpki = { version = "=0.0.41-alpha3", path = "../dpki" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } -holochain_metrics = { version = "=0.0.41-alpha3", path = "../metrics" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_dpki = { version = "=0.0.41-alpha4", path = "../dpki" } +holochain_locksmith = { version = "=0.0.41-alpha4", path = "../locksmith" } +holochain_metrics = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../../test_utils" } +test_utils = { version = "=0.0.41-alpha4", path = "../../test_utils" } tempfile = "=3.0.7" holochain_persistence_lmdb = "=0.0.11" -sim1h = { version = "=0.0.41-alpha3", path = "../sim1h" } +sim1h = { version = "=0.0.41-alpha4", 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 bbbe55e86c..358f99ed78 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core_types/Cargo.toml b/crates/core_types/Cargo.toml index a5662c3203..6a54b64ab0 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.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../../test_utils"} +test_utils = { version = "=0.0.41-alpha4", path = "../../test_utils"} maplit = "=1.0.2" [build-dependencies] diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index d50b868261..f78e4b85c4 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_dpki" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../core_types" } +holochain_core_types = { version = "=0.0.41-alpha4", 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 33170a6750..1f7ba16784 100644 --- a/crates/hdk/Cargo.toml +++ b/crates/hdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk" edition = "2018" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../wasm_utils" } -holochain_core_types = { version = "=0.0.41-alpha3", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.41-alpha4", path = "../wasm_utils" } +holochain_core_types = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../../test_utils" } -holochain_conductor_lib = { version = "=0.0.41-alpha3", path = "../conductor_lib" } -holochain_core = { version = "=0.0.41-alpha3", path = "../core" } -holochain_core_types = { version = "=0.0.41-alpha3", path = "../core_types" } +test_utils = { version = "=0.0.41-alpha4", path = "../../test_utils" } +holochain_conductor_lib = { version = "=0.0.41-alpha4", path = "../conductor_lib" } +holochain_core = { version = "=0.0.41-alpha4", path = "../core" } +holochain_core_types = { version = "=0.0.41-alpha4", 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 06376a469b..312e400b0a 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/hdk_v2/Cargo.toml b/crates/hdk_v2/Cargo.toml index aa32fd2ef1..e5e5f827f2 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.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../hdk" } +hdk = { version = "=0.0.41-alpha4", path = "../hdk" } diff --git a/crates/hdk_v2/wasm-test/Cargo.toml b/crates/hdk_v2/wasm-test/Cargo.toml index b5271aadf7..8f80f3b4aa 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index 641e9aca3c..90fe6b1ed8 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../core_types" } -holochain_conductor_lib = { version = "=0.0.41-alpha3", path = "../conductor_lib" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_conductor_lib = { version = "=0.0.41-alpha4", path = "../conductor_lib" } lib3h_sodium = "=0.0.25" -holochain_common = { version = "=0.0.41-alpha3", path = "../common" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } +holochain_common = { version = "=0.0.41-alpha4", path = "../common" } +holochain_locksmith = { version = "=0.0.41-alpha4", 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 c387c43444..dd55970486 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.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../core_types" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } wasm-bindgen = "=0.2.32" diff --git a/crates/in_stream/Cargo.toml b/crates/in_stream/Cargo.toml index e2abc1621a..97ee7b3a44 100644 --- a/crates/in_stream/Cargo.toml +++ b/crates/in_stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "in_stream" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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 0c40d6776a..9a94b74246 100644 --- a/crates/locksmith/Cargo.toml +++ b/crates/locksmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_locksmith" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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 fb12ed6b17..cfe3588757 100644 --- a/crates/metrics/Cargo.toml +++ b/crates/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_metrics" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.41-alpha4", 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 5d6aebc957..7e965330ac 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_net" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" description = "holochain net" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -13,19 +13,19 @@ tempfile = "=3.0.7" [dependencies] failure = "=0.1.5" -sim1h = { version = "=0.0.41-alpha3", path = "../sim1h" } -sim2h = { version = "=0.0.41-alpha3", path = "../sim2h" } +sim1h = { version = "=0.0.41-alpha4", path = "../sim1h" } +sim2h = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../metrics" } -holochain_common = { version = "=0.0.41-alpha3", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.41-alpha3", path = "../conductor_api" } -holochain_core_types = { version = "=0.0.41-alpha3", path = "../core_types" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } +holochain_metrics = { version = "=0.0.41-alpha4", path = "../metrics" } +holochain_common = { version = "=0.0.41-alpha4", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.41-alpha4", path = "../conductor_api" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_locksmith = { version = "=0.0.41-alpha4", path = "../locksmith" } holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.11" diff --git a/crates/remove-dev-dependencies/Cargo.toml b/crates/remove-dev-dependencies/Cargo.toml index 793b75d2b6..0917a9ef36 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Wim Looman "] edition = "2018" publish = false diff --git a/crates/sim1h/Cargo.toml b/crates/sim1h/Cargo.toml index 0043616a0f..854d6dbc32 100644 --- a/crates/sim1h/Cargo.toml +++ b/crates/sim1h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim1h" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../core_types" } +holochain_core_types = { version = "=0.0.41-alpha4", 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 77b8ebe632..19b6495c8a 100644 --- a/crates/sim2h/Cargo.toml +++ b/crates/sim2h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -22,9 +22,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.41-alpha3", path = "../core_types" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../locksmith" } -in_stream = { version = "=0.0.41-alpha3", path = "../in_stream" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../core_types" } +holochain_locksmith = { version = "=0.0.41-alpha4", path = "../locksmith" } +in_stream = { version = "=0.0.41-alpha4", 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 44e1435021..741f3533ea 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h_server" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../sim2h" } +sim2h = { version = "=0.0.41-alpha4", 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 8b988b9c13..c09d3f5e17 100644 --- a/crates/stress/Cargo.toml +++ b/crates/stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_stress" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../sim2h" } -in_stream = { version = "=0.0.41-alpha3", path = "../in_stream" } +sim2h = { version = "=0.0.41-alpha4", path = "../sim2h" } +in_stream = { version = "=0.0.41-alpha4", 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 a3bfd0167b..66908c8d4a 100644 --- a/crates/trycp_server/Cargo.toml +++ b/crates/trycp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_server" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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 f168963c44..c373cbd6ee 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.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../core_types" } +holochain_core_types = { version = "=0.0.41-alpha4", 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.41-alpha3", path = "../../test_utils" } -holochain_core = { version = "=0.0.41-alpha3", path = "../core" } -holochain_conductor_lib = { version = "=0.0.41-alpha3", path = "../conductor_lib" } +test_utils = { version = "=0.0.41-alpha4", path = "../../test_utils" } +holochain_core = { version = "=0.0.41-alpha4", path = "../core" } +holochain_conductor_lib = { version = "=0.0.41-alpha4", 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 0d9762d3c1..725f0728ad 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.41-alpha3" +version = "0.0.41-alpha4" authors = ["Holochain Core Dev Team "] [lib] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 94cdf61b17..33977eea48 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils" -version = "0.0.41-alpha3" +version = "0.0.41-alpha4" 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.41-alpha3", path = "../crates/hdk" } -holochain_net = { version = "=0.0.41-alpha3", path = "../crates/net" } -holochain_core = { version = "=0.0.41-alpha3", path = "../crates/core" } -holochain_conductor_lib = { version = "=0.0.41-alpha3", path = "../crates/conductor_lib" } -holochain_core_types = { version = "=0.0.41-alpha3", path = "../crates/core_types" } -holochain_dpki = { version = "=0.0.41-alpha3", path = "../crates/dpki" } -holochain_wasm_utils = { version = "=0.0.41-alpha3", path = "../crates/wasm_utils" } -holochain_locksmith = { version = "=0.0.41-alpha3", path = "../crates/locksmith" } +hdk = { version = "=0.0.41-alpha4", path = "../crates/hdk" } +holochain_net = { version = "=0.0.41-alpha4", path = "../crates/net" } +holochain_core = { version = "=0.0.41-alpha4", path = "../crates/core" } +holochain_conductor_lib = { version = "=0.0.41-alpha4", path = "../crates/conductor_lib" } +holochain_core_types = { version = "=0.0.41-alpha4", path = "../crates/core_types" } +holochain_dpki = { version = "=0.0.41-alpha4", path = "../crates/dpki" } +holochain_wasm_utils = { version = "=0.0.41-alpha4", path = "../crates/wasm_utils" } +holochain_locksmith = { version = "=0.0.41-alpha4", path = "../crates/locksmith" } holochain_persistence_api = "=0.0.11" holochain_json_api = "=0.0.17" holochain_json_derive = "=0.0.17"