From 587976549212348f7a63050c131da43f5efe4dc8 Mon Sep 17 00:00:00 2001 From: zo-el Date: Wed, 27 May 2020 20:06:01 -0500 Subject: [PATCH] Release v0.0.49-alpha1 --- CHANGELOG-UNRELEASED.md | 3 +- CHANGELOG.md | 16 ++ Cargo.lock | 198 +++++++++--------- 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 +- core_api_c_binding/Cargo.toml | 2 +- crates/cli/Cargo.toml | 20 +- crates/common/Cargo.toml | 2 +- crates/conductor_api/Cargo.toml | 10 +- crates/conductor_lib/Cargo.toml | 20 +- .../test-bridge-caller/Cargo.toml | 2 +- crates/conductor_lib/wasm-test/Cargo.toml | 2 +- crates/core/Cargo.toml | 20 +- .../src/nucleus/actions/wasm-test/Cargo.toml | 2 +- crates/core_types/Cargo.toml | 6 +- crates/dpki/Cargo.toml | 6 +- 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 | 6 +- crates/net/Cargo.toml | 16 +- crates/remove-dev-dependencies/Cargo.toml | 2 +- crates/sim2h/Cargo.toml | 12 +- crates/sim2h_server/Cargo.toml | 6 +- crates/stress/Cargo.toml | 6 +- crates/trycp_server/Cargo.toml | 4 +- crates/wasm_utils/Cargo.toml | 10 +- .../wasm-test/integration-test/Cargo.toml | 2 +- test_utils/Cargo.toml | 18 +- 40 files changed, 231 insertions(+), 216 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 0d22c5318b..2f730af61f 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -11,9 +11,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Deprecated ### Removed -- Reverted back to v0.0.47-alpha1. [#2192](https://github.com/holochain/holochain-rust/pull/2192) -- update futures crate because of dependency issues.[#2192](https://github.com/holochain/holochain-rust/pull/2192) ### Fixed ### Security + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9a707337..9b4998d436 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.49-alpha1] - 2020-05-28 + +### Added + +### Changed + +### Deprecated + +### Removed +- Reverted back to v0.0.47-alpha1. [#2192](https://github.com/holochain/holochain-rust/pull/2192) +- update futures crate because of dependency issues.[#2192](https://github.com/holochain/holochain-rust/pull/2192) + +### Fixed + +### Security + ## [0.0.48-alpha1] - 2020-05-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index eadc078e08..6e7390fb8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "hc" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -1087,21 +1087,21 @@ 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.48-alpha1", - "holochain_conductor_lib 0.0.48-alpha1", - "holochain_core 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", - "holochain_dpki 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_conductor_lib 0.0.49-alpha1", + "holochain_core 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", + "holochain_dpki 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", - "holochain_net 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", + "holochain_net 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.48-alpha1", + "holochain_wasm_utils 0.0.49-alpha1", "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.48-alpha1", + "in_stream 0.0.49-alpha1", "json-patch 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_crypto_api 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1116,7 +1116,7 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.48-alpha1", + "sim2h 0.0.49-alpha1", "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)", @@ -1136,33 +1136,33 @@ dependencies = [ [[package]] name = "hdk" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ "bitflags 1.2.1 (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.48-alpha1", - "holochain_core 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", + "holochain_conductor_lib 0.0.49-alpha1", + "holochain_core 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.48-alpha1", + "holochain_wasm_utils 0.0.49-alpha1", "lazy_static 1.4.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.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (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.48-alpha1", + "test_utils 0.0.49-alpha1", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hdk_proc_macros" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ - "hdk 0.0.48-alpha1", + "hdk 0.0.49-alpha1", "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)", @@ -1209,13 +1209,13 @@ dependencies = [ [[package]] name = "holochain" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.48-alpha1", - "holochain_conductor_lib 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", - "holochain_locksmith 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_conductor_lib 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "holochain_common" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1238,7 +1238,7 @@ dependencies = [ [[package]] name = "holochain_conductor_lib" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -1246,16 +1246,16 @@ 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.48-alpha1", - "holochain_core 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", - "holochain_dpki 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_core 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", + "holochain_dpki 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.48-alpha1", - "holochain_net 0.0.48-alpha1", + "holochain_metrics 0.0.49-alpha1", + "holochain_net 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1263,7 +1263,7 @@ dependencies = [ "holochain_persistence_pickle 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.48-alpha1", + "holochain_wasm_utils 0.0.49-alpha1", "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)", @@ -1289,7 +1289,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.48-alpha1", + "test_utils 0.0.49-alpha1", "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)", @@ -1298,14 +1298,14 @@ dependencies = [ [[package]] name = "holochain_conductor_lib_api" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", - "holochain_locksmith 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.48-alpha1", + "holochain_wasm_utils 0.0.49-alpha1", "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)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1317,15 +1317,15 @@ dependencies = [ [[package]] name = "holochain_conductor_wasm" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ - "holochain_core_types 0.0.48-alpha1", + "holochain_core_types 0.0.49-alpha1", "wasm-bindgen 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_core" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1337,23 +1337,23 @@ dependencies = [ "failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (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.48-alpha1", - "holochain_conductor_lib_api 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", - "holochain_dpki 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_conductor_lib_api 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", + "holochain_dpki 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.48-alpha1", - "holochain_net 0.0.48-alpha1", + "holochain_metrics 0.0.49-alpha1", + "holochain_net 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_mem 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.48-alpha1", + "holochain_wasm_utils 0.0.49-alpha1", "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)", @@ -1374,7 +1374,7 @@ dependencies = [ "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "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.48-alpha1", + "test_utils 0.0.49-alpha1", "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)", "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1387,7 +1387,7 @@ dependencies = [ [[package]] name = "holochain_core_types" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -1398,7 +1398,7 @@ dependencies = [ "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1416,20 +1416,20 @@ dependencies = [ "serde_json 1.0.47 (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.48-alpha1", + "test_utils 0.0.49-alpha1", "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.48-alpha1" +version = "0.0.49-alpha1" 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_common 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1479,7 +1479,7 @@ dependencies = [ [[package]] name = "holochain_locksmith" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -1507,14 +1507,14 @@ dependencies = [ [[package]] name = "holochain_metrics" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.48-alpha1", - "holochain_locksmith 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1543,7 +1543,7 @@ dependencies = [ [[package]] name = "holochain_net" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -1551,18 +1551,18 @@ dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.7 (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.48-alpha1", - "holochain_conductor_lib_api 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_conductor_lib_api 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.48-alpha1", + "holochain_metrics 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.48-alpha1", + "in_stream 0.0.49-alpha1", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1579,7 +1579,7 @@ dependencies = [ "serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.48-alpha1", + "sim2h 0.0.49-alpha1", "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)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1691,14 +1691,14 @@ dependencies = [ [[package]] name = "holochain_stress" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.48-alpha1", + "in_stream 0.0.49-alpha1", "lib3h_crypto_api 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_protocol 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1710,7 +1710,7 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.48-alpha1", + "sim2h 0.0.49-alpha1", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1757,11 +1757,11 @@ dependencies = [ [[package]] name = "holochain_wasm_utils" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" dependencies = [ - "holochain_conductor_lib 0.0.48-alpha1", - "holochain_core 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", + "holochain_conductor_lib 0.0.49-alpha1", + "holochain_core 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1769,7 +1769,7 @@ dependencies = [ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (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.48-alpha1", + "test_utils 0.0.49-alpha1", ] [[package]] @@ -1927,7 +1927,7 @@ dependencies = [ [[package]] name = "in_stream" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -4025,7 +4025,7 @@ dependencies = [ [[package]] name = "sim2h" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", @@ -4035,16 +4035,16 @@ dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.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.48-alpha1", - "holochain_core_types 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", - "holochain_metrics 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", + "holochain_metrics 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "im 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.48-alpha1", + "in_stream 0.0.49-alpha1", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_crypto_api 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4075,13 +4075,13 @@ dependencies = [ [[package]] name = "sim2h_server" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.48-alpha1", + "holochain_common 0.0.49-alpha1", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4090,7 +4090,7 @@ dependencies = [ "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.48-alpha1", + "sim2h 0.0.49-alpha1", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4361,21 +4361,21 @@ dependencies = [ [[package]] name = "test_utils" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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.48-alpha1", - "holochain_conductor_lib 0.0.48-alpha1", - "holochain_core 0.0.48-alpha1", - "holochain_core_types 0.0.48-alpha1", - "holochain_dpki 0.0.48-alpha1", + "hdk 0.0.49-alpha1", + "holochain_conductor_lib 0.0.49-alpha1", + "holochain_core 0.0.49-alpha1", + "holochain_core_types 0.0.49-alpha1", + "holochain_dpki 0.0.49-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.48-alpha1", - "holochain_net 0.0.48-alpha1", + "holochain_locksmith 0.0.49-alpha1", + "holochain_net 0.0.49-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.48-alpha1", + "holochain_wasm_utils 0.0.49-alpha1", "jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4842,11 +4842,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "trycp_server" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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)", - "in_stream 0.0.48-alpha1", + "in_stream 0.0.49-alpha1", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/app_spec/zomes/blog/code/Cargo.toml b/app_spec/zomes/blog/code/Cargo.toml index c80ad69a5d..44d360eb47 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.48-alpha1" +version = "0.0.49-alpha1" 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 119e5d5bbf..1f80ab1da7 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec/zomes/simple/code/Cargo.toml b/app_spec/zomes/simple/code/Cargo.toml index 33dc3466f3..72d0ee8e47 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec/zomes/summer/code/Cargo.toml b/app_spec/zomes/summer/code/Cargo.toml index 88503ae402..481b87bfaa 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.48-alpha1" +version = "0.0.49-alpha1" 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 d1ef581fae..a47b7739b7 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.48-alpha1" +version = "0.0.49-alpha1" 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 503733f146..d223dbf488 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.48-alpha1" +version = "0.0.49-alpha1" 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 c4675fb6aa..539b915676 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.48-alpha1" +version = "0.0.49-alpha1" 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 b4dd602e85..610e39c738 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [dependencies] diff --git a/core_api_c_binding/Cargo.toml b/core_api_c_binding/Cargo.toml index 0d2734472e..dda281a6ec 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 152ae7c9ca..087897b767 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,23 +4,23 @@ 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_core = { version = "=0.0.48-alpha1", path = "../core" } -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } -holochain_conductor_lib = { version = "=0.0.48-alpha1", path = "../conductor_lib" } -holochain_net = { version = "=0.0.48-alpha1", path = "../net" } -holochain_dpki = { version = "=0.0.48-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_core = { version = "=0.0.49-alpha1", path = "../core" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } +holochain_conductor_lib = { version = "=0.0.49-alpha1", path = "../conductor_lib" } +holochain_net = { version = "=0.0.49-alpha1", path = "../net" } +holochain_dpki = { version = "=0.0.49-alpha1", path = "../dpki" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } -sim2h = { version = "=0.0.48-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.49-alpha1", path = "../sim2h" } lib3h_crypto_api = "=0.0.42" -in_stream = { version = "=0.0.48-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.49-alpha1", path = "../in_stream" } url2 = "=0.0.4" lib3h_sodium = "=0.0.42" holochain_json_api = "=0.0.23" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index b8195be783..95de328173 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index 04bc6e822d..0eec7c75bd 100644 --- a/crates/conductor_api/Cargo.toml +++ b/crates/conductor_api/Cargo.toml @@ -4,16 +4,16 @@ 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_wasm_utils = { version = "=0.0.48-alpha1", path = "../wasm_utils" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.49-alpha1", path = "../wasm_utils" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } holochain_tracing_macros = "=0.0.24" -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } newrelic = { version = "=0.2.2", optional = true } jsonrpc-core = "=14.0.1" jsonrpc-lite = "=0.5.0" diff --git a/crates/conductor_lib/Cargo.toml b/crates/conductor_lib/Cargo.toml index 6b65bd6647..6a2d15c0d9 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core = { version = "=0.0.48-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_core = { version = "=0.0.49-alpha1", path = "../core" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" holochain_persistence_api = "=0.0.18" @@ -19,14 +19,14 @@ holochain_persistence_mem = "=0.0.18" holochain_persistence_file = "=0.0.18" holochain_persistence_pickle = "=0.0.18" holochain_persistence_lmdb = "=0.0.18" -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } -holochain_dpki = { version = "=0.0.48-alpha1", path = "../dpki" } -holochain_net = { version = "=0.0.48-alpha1", path = "../net" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } +holochain_dpki = { version = "=0.0.49-alpha1", path = "../dpki" } +holochain_net = { version = "=0.0.49-alpha1", path = "../net" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" lib3h = "=0.0.42" lib3h_sodium = "=0.0.42" -holochain_metrics = { version = "=0.0.48-alpha1", path = "../metrics" } +holochain_metrics = { version = "=0.0.49-alpha1", path = "../metrics" } chrono = "=0.4.6" serde = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } @@ -58,9 +58,9 @@ snowflake = "=1.3.0" newrelic = { version = "=0.2.2", optional = true } [dev-dependencies] -test_utils = { version = "=0.0.48-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.49-alpha1", path = "../../test_utils" } tempfile = "=3.0.7" -holochain_wasm_utils = { version = "=0.0.48-alpha1", path = "../wasm_utils" } +holochain_wasm_utils = { version = "=0.0.49-alpha1", 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 1d53015445..bfa763eda3 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.48-alpha1" +version = "0.0.49-alpha1" 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 1d35a59c41..373c52ffbf 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 20192acda8..a2c32d2698 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" description = "holochain core" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -26,10 +26,10 @@ num-traits = "=0.2.6" num-derive = "=0.2.4" toml = "=0.5.0" futures = { version = "=0.3.5", features = [ "thread-pool" ] } -holochain_net = { version = "=0.0.48-alpha1", path = "../net" } -holochain_wasm_utils = { version = "=0.0.48-alpha1", path = "../wasm_utils" } -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.48-alpha1", path = "../conductor_api" } +holochain_net = { version = "=0.0.49-alpha1", path = "../net" } +holochain_wasm_utils = { version = "=0.0.49-alpha1", path = "../wasm_utils" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.49-alpha1", path = "../conductor_api" } lib3h_protocol = "=0.0.42" lib3h_sodium = "=0.0.42" holochain_json_derive = "=0.0.23" @@ -37,10 +37,10 @@ holochain_json_api = "=0.0.23" holochain_persistence_api = "=0.0.18" holochain_persistence_file = "=0.0.18" holochain_persistence_mem = "=0.0.18" -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_dpki = { version = "=0.0.48-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.48-alpha1", path = "../metrics" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_dpki = { version = "=0.0.49-alpha1", path = "../dpki" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.49-alpha1", path = "../metrics" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" log = "=0.4.8" @@ -64,7 +64,7 @@ newrelic = { version = "=0.2.2", optional = true } [dev-dependencies] wabt = "=0.7.4" -test_utils = { version = "=0.0.48-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.49-alpha1", path = "../../test_utils" } tempfile = "=3.0.7" holochain_persistence_lmdb = "=0.0.18" diff --git a/crates/core/src/nucleus/actions/wasm-test/Cargo.toml b/crates/core/src/nucleus/actions/wasm-test/Cargo.toml index 54d186045f..33bb76e299 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core_types/Cargo.toml b/crates/core_types/Cargo.toml index bb223292a9..38003b13b5 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.48-alpha1" +version = "0.0.49-alpha1" 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.18" holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.49-alpha1", 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.7" [dev-dependencies] -test_utils = { version = "=0.0.48-alpha1", path = "../../test_utils"} +test_utils = { version = "=0.0.49-alpha1", path = "../../test_utils"} maplit = "=1.0.2" [build-dependencies] diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index 2d85377475..22c5ea6293 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_dpki" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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.4.0" base64 = "=0.10.1" -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } lib3h_sodium = "=0.0.42" @@ -21,7 +21,7 @@ serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } hcid = "=0.0.6" bip39 = "=0.6.0-beta.1" -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } [features] default = [] diff --git a/crates/hdk/Cargo.toml b/crates/hdk/Cargo.toml index 9615de7037..039cd62739 100644 --- a/crates/hdk/Cargo.toml +++ b/crates/hdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk" edition = "2018" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" description = "holochain hdk" license = "GPL-3.0-only" repository = "https://github.com/holochain/holochain-rust" @@ -14,8 +14,8 @@ serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } bitflags = "=1.2.1" lazy_static = "=1.4.0" -holochain_wasm_utils = { version = "=0.0.48-alpha1", path = "../wasm_utils" } -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.49-alpha1", path = "../wasm_utils" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } holochain_json_api = "=0.0.23" holochain_json_derive = "=0.0.23" holochain_persistence_api = "=0.0.18" @@ -24,9 +24,9 @@ env_logger = "=0.6.1" url = "=2.1.0" [dev-dependencies] -test_utils = { version = "=0.0.48-alpha1", path = "../../test_utils" } -holochain_conductor_lib = { version = "=0.0.48-alpha1", path = "../conductor_lib" } -holochain_core = { version = "=0.0.48-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } +test_utils = { version = "=0.0.49-alpha1", path = "../../test_utils" } +holochain_conductor_lib = { version = "=0.0.49-alpha1", path = "../conductor_lib" } +holochain_core = { version = "=0.0.49-alpha1", path = "../core" } +holochain_core_types = { version = "=0.0.49-alpha1", 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 230e7e86c7..43706f9493 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/hdk_v2/Cargo.toml b/crates/hdk_v2/Cargo.toml index 5e454e0607..d509ebe264 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.48-alpha1" +version = "0.0.49-alpha1" 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.48-alpha1", path = "../hdk" } +hdk = { version = "=0.0.49-alpha1", path = "../hdk" } diff --git a/crates/hdk_v2/wasm-test/Cargo.toml b/crates/hdk_v2/wasm-test/Cargo.toml index 4f6cb815ed..66f749ee32 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index bdbaa5d93f..5f9c1c2a28 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" description = "holochain" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -9,11 +9,11 @@ authors = ["Holochain Core Dev Team "] [dependencies] crossbeam-channel = "=0.3.8" -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_conductor_lib = { version = "=0.0.48-alpha1", path = "../conductor_lib" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_conductor_lib = { version = "=0.0.49-alpha1", path = "../conductor_lib" } lib3h_sodium = "=0.0.42" -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" structopt = "=0.2.15" diff --git a/crates/holochain_wasm/Cargo.toml b/crates/holochain_wasm/Cargo.toml index 58bc1faba2..cfaab16955 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.48-alpha1" +version = "0.0.49-alpha1" 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.48-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } wasm-bindgen = "=0.2.32" diff --git a/crates/in_stream/Cargo.toml b/crates/in_stream/Cargo.toml index 3cf2ccd096..a5cbfbd433 100644 --- a/crates/in_stream/Cargo.toml +++ b/crates/in_stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "in_stream" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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 caba81fc20..3b27bd082d 100644 --- a/crates/locksmith/Cargo.toml +++ b/crates/locksmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_locksmith" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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 375cd42e39..9130e937da 100644 --- a/crates/metrics/Cargo.toml +++ b/crates/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_metrics" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" description = "Holochain analytics from logs and other metrics" license = "GPL-3.0-only" authors = ["Holochain Core Dev Team "] @@ -11,9 +11,9 @@ serde_json = "=1.0.47" shrinkwraprs = "=0.2.1" serde = { version = "=1.0.104", features = ["rc"] } serde_derive = "=1.0.104" -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } holochain_tracing_macros = "=0.0.24" -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } lazy_static = "=1.4.0" num-traits = "=0.2.6" num-derive = "=0.2.4" diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 1e9dd4d988..9112decd8d 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_net" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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.7" -sim2h = { version = "=0.0.48-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.49-alpha1", path = "../sim2h" } lib3h_sodium = "=0.0.42" lib3h_protocol = "=0.0.42" lib3h = "=0.0.42" lib3h_zombie_actor = "=0.0.42" detach = "=0.0.19" holochain_tracing = "=0.0.24" -holochain_metrics = { version = "=0.0.48-alpha1", path = "../metrics" } -holochain_conductor_lib_api = { version = "=0.0.48-alpha1", path = "../conductor_api" } -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.49-alpha1", path = "../metrics" } +holochain_conductor_lib_api = { version = "=0.0.49-alpha1", path = "../conductor_api" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" holochain_tracing_macros = "=0.0.24" holochain_persistence_api = "=0.0.18" -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } -in_stream = { version = "=0.0.48-alpha1", path = "../in_stream" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } +in_stream = { version = "=0.0.49-alpha1", path = "../in_stream" } lazy_static = "=1.4.0" reqwest = "=0.9.11" serde = "=1.0.104" diff --git a/crates/remove-dev-dependencies/Cargo.toml b/crates/remove-dev-dependencies/Cargo.toml index d20dc31ef1..633e6c91ff 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Wim Looman "] edition = "2018" publish = false diff --git a/crates/sim2h/Cargo.toml b/crates/sim2h/Cargo.toml index 021413cbd6..f42fb56dfc 100644 --- a/crates/sim2h/Cargo.toml +++ b/crates/sim2h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -23,13 +23,13 @@ lib3h_sodium = "=0.0.42" lib3h_protocol = "=0.0.42" lib3h_zombie_actor = "=0.0.42" holochain_tracing = "=0.0.24" -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.48-alpha1", path = "../metrics" } -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.49-alpha1", path = "../metrics" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } holochain_tracing_macros = "=0.0.24" im = { version = "=14.0.0", features = ["serde"] } -in_stream = { version = "=0.0.48-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.49-alpha1", 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 be8fed5de0..d5c7cc0e9b 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h_server" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h - server executable" @@ -13,8 +13,8 @@ repository = "https://github.com/holochain/sim2h" [dependencies] crossbeam-channel = "=0.3.8" -sim2h = { version = "=0.0.48-alpha1", path = "../sim2h" } -holochain_common = { version = "=0.0.48-alpha1", path = "../common" } +sim2h = { version = "=0.0.49-alpha1", path = "../sim2h" } +holochain_common = { version = "=0.0.49-alpha1", path = "../common" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } diff --git a/crates/stress/Cargo.toml b/crates/stress/Cargo.toml index 0cd9b6f705..fc8ce13397 100644 --- a/crates/stress/Cargo.toml +++ b/crates/stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_stress" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" description = "holochain stress tests" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -26,8 +26,8 @@ prettytable-rs = "=0.8.0" serde = "=1.0.104" serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } -sim2h = { version = "=0.0.48-alpha1", path = "../sim2h" } -in_stream = { version = "=0.0.48-alpha1", path = "../in_stream" } +sim2h = { version = "=0.0.49-alpha1", path = "../sim2h" } +in_stream = { version = "=0.0.49-alpha1", path = "../in_stream" } structopt = "=0.3.3" tokio = { version = "=0.2.11", features = ["full"] } toml = "=0.5.0" diff --git a/crates/trycp_server/Cargo.toml b/crates/trycp_server/Cargo.toml index 8d662a316e..383a2b10fd 100644 --- a/crates/trycp_server/Cargo.toml +++ b/crates/trycp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_server" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "Conductor provisioner server for try-o-rama" @@ -12,7 +12,7 @@ documentation = "https://github.com/holochain/holochain-rust" repository = "https://github.com/holochain/holochain-rust" [dependencies] -in_stream = { version = "=0.0.48-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.49-alpha1", path = "../in_stream" } log = "0.4.8" env_logger = "0.7.0" structopt = "0.2.15" diff --git a/crates/wasm_utils/Cargo.toml b/crates/wasm_utils/Cargo.toml index e985d45c43..59c8ad2b49 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.48-alpha1" +version = "0.0.49-alpha1" 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.104" serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } -holochain_core_types = { version = "=0.0.48-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../core_types" } holochain_json_derive = "=0.0.23" holochain_persistence_api = "=0.0.18" holochain_json_api = "=0.0.23" [dev-dependencies] -test_utils = { version = "=0.0.48-alpha1", path = "../../test_utils" } -holochain_core = { version = "=0.0.48-alpha1", path = "../core" } -holochain_conductor_lib = { version = "=0.0.48-alpha1", path = "../conductor_lib" } +test_utils = { version = "=0.0.49-alpha1", path = "../../test_utils" } +holochain_core = { version = "=0.0.49-alpha1", path = "../core" } +holochain_conductor_lib = { version = "=0.0.49-alpha1", 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 9608dc3c6c..0a040925f6 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.48-alpha1" +version = "0.0.49-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index ab79817ffb..4e7dbd413c 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils" -version = "0.0.48-alpha1" +version = "0.0.49-alpha1" 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.48-alpha1", path = "../crates/hdk" } -holochain_net = { version = "=0.0.48-alpha1", path = "../crates/net" } -holochain_core = { version = "=0.0.48-alpha1", path = "../crates/core" } -holochain_conductor_lib = { version = "=0.0.48-alpha1", path = "../crates/conductor_lib" } -holochain_core_types = { version = "=0.0.48-alpha1", path = "../crates/core_types" } -holochain_dpki = { version = "=0.0.48-alpha1", path = "../crates/dpki" } -holochain_wasm_utils = { version = "=0.0.48-alpha1", path = "../crates/wasm_utils" } -holochain_locksmith = { version = "=0.0.48-alpha1", path = "../crates/locksmith" } +hdk = { version = "=0.0.49-alpha1", path = "../crates/hdk" } +holochain_net = { version = "=0.0.49-alpha1", path = "../crates/net" } +holochain_core = { version = "=0.0.49-alpha1", path = "../crates/core" } +holochain_conductor_lib = { version = "=0.0.49-alpha1", path = "../crates/conductor_lib" } +holochain_core_types = { version = "=0.0.49-alpha1", path = "../crates/core_types" } +holochain_dpki = { version = "=0.0.49-alpha1", path = "../crates/dpki" } +holochain_wasm_utils = { version = "=0.0.49-alpha1", path = "../crates/wasm_utils" } +holochain_locksmith = { version = "=0.0.49-alpha1", path = "../crates/locksmith" } holochain_persistence_api = "=0.0.18" holochain_json_api = "=0.0.23" holochain_json_derive = "=0.0.23"