diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f2e4b0a4..7c7cb5257a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.37-alpha10] - 2019-11-06 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.37-alpha9] - 2019-11-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 938f259168..05270ec760 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,23 +865,23 @@ dependencies = [ [[package]] name = "hc" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.9.1 (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.37-alpha9", - "holochain_conductor_lib 0.0.37-alpha9", - "holochain_core 0.0.37-alpha9", - "holochain_core_types 0.0.37-alpha9", - "holochain_dpki 0.0.37-alpha9", + "holochain_common 0.0.37-alpha10", + "holochain_conductor_lib 0.0.37-alpha10", + "holochain_core 0.0.37-alpha10", + "holochain_core_types 0.0.37-alpha10", + "holochain_dpki 0.0.37-alpha10", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.37-alpha9", + "holochain_locksmith 0.0.37-alpha10", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.37-alpha9", + "holochain_wasm_utils 0.0.37-alpha10", "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.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -906,15 +906,15 @@ dependencies = [ [[package]] name = "hdk" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ "bitflags 1.0.4 (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.37-alpha9", + "holochain_core_types 0.0.37-alpha10", "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.10 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.37-alpha9", + "holochain_wasm_utils 0.0.37-alpha10", "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)", @@ -925,9 +925,9 @@ dependencies = [ [[package]] name = "hdk_proc_macros" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ - "hdk 0.0.37-alpha9", + "hdk 0.0.37-alpha10", "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)", @@ -974,12 +974,12 @@ dependencies = [ [[package]] name = "holochain" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ - "holochain_common 0.0.37-alpha9", - "holochain_conductor_lib 0.0.37-alpha9", - "holochain_core_types 0.0.37-alpha9", - "holochain_locksmith 0.0.37-alpha9", + "holochain_common 0.0.37-alpha10", + "holochain_conductor_lib 0.0.37-alpha10", + "holochain_core_types 0.0.37-alpha10", + "holochain_locksmith 0.0.37-alpha10", "lib3h_sodium 0.0.21 (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)", @@ -989,14 +989,14 @@ dependencies = [ [[package]] name = "holochain_common" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_conductor_lib" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", @@ -1004,15 +1004,15 @@ 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.37-alpha9", - "holochain_core 0.0.37-alpha9", - "holochain_core_types 0.0.37-alpha9", - "holochain_dpki 0.0.37-alpha9", + "holochain_common 0.0.37-alpha10", + "holochain_core 0.0.37-alpha10", + "holochain_core_types 0.0.37-alpha10", + "holochain_dpki 0.0.37-alpha10", "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.37-alpha9", + "holochain_locksmith 0.0.37-alpha10", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_net 0.0.37-alpha9", + "holochain_net 0.0.37-alpha10", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1044,11 +1044,11 @@ dependencies = [ [[package]] name = "holochain_conductor_lib_api" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ - "holochain_core_types 0.0.37-alpha9", - "holochain_locksmith 0.0.37-alpha9", - "holochain_wasm_utils 0.0.37-alpha9", + "holochain_core_types 0.0.37-alpha10", + "holochain_locksmith 0.0.37-alpha10", + "holochain_wasm_utils 0.0.37-alpha10", "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)", @@ -1058,15 +1058,15 @@ dependencies = [ [[package]] name = "holochain_conductor_wasm" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ - "holochain_core_types 0.0.37-alpha9", + "holochain_core_types 0.0.37-alpha10", "wasm-bindgen 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_core" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", @@ -1084,19 +1084,19 @@ dependencies = [ "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", "futures-util-preview 0.3.0-alpha.17 (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.37-alpha9", - "holochain_conductor_lib_api 0.0.37-alpha9", - "holochain_core_types 0.0.37-alpha9", - "holochain_dpki 0.0.37-alpha9", + "holochain_common 0.0.37-alpha10", + "holochain_conductor_lib_api 0.0.37-alpha10", + "holochain_core_types 0.0.37-alpha10", + "holochain_dpki 0.0.37-alpha10", "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.37-alpha9", + "holochain_locksmith 0.0.37-alpha10", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_net 0.0.37-alpha9", + "holochain_net 0.0.37-alpha10", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_mem 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.37-alpha9", + "holochain_wasm_utils 0.0.37-alpha10", "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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1121,7 +1121,7 @@ dependencies = [ [[package]] name = "holochain_core_types" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", @@ -1138,7 +1138,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.37-alpha9", + "holochain_locksmith 0.0.37-alpha10", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1161,12 +1161,12 @@ dependencies = [ [[package]] name = "holochain_dpki" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", + "holochain_core_types 0.0.37-alpha10", "holochain_persistence_api 0.0.10 (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.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "holochain_locksmith" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", @@ -1243,18 +1243,18 @@ dependencies = [ [[package]] name = "holochain_net" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", - "holochain_conductor_lib_api 0.0.37-alpha9", - "holochain_core_types 0.0.37-alpha9", + "holochain_common 0.0.37-alpha10", + "holochain_conductor_lib_api 0.0.37-alpha10", + "holochain_core_types 0.0.37-alpha10", "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.37-alpha9", + "holochain_locksmith 0.0.37-alpha10", "holochain_logging 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1275,8 +1275,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.37-alpha9", - "sim2h 0.0.37-alpha9", + "sim1h 0.0.37-alpha10", + "sim2h 0.0.37-alpha10", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "tungstenite 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1396,9 +1396,9 @@ dependencies = [ [[package]] name = "holochain_wasm_utils" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" dependencies = [ - "holochain_core_types 0.0.37-alpha9", + "holochain_core_types 0.0.37-alpha10", "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.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2130,7 +2130,7 @@ dependencies = [ "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3375,14 +3375,14 @@ dependencies = [ [[package]] name = "sim1h" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_core_types 0.0.37-alpha9", + "holochain_core_types 0.0.37-alpha10", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3399,7 +3399,7 @@ dependencies = [ [[package]] name = "sim2h" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", @@ -3407,9 +3407,9 @@ 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.37-alpha9", + "holochain_core_types 0.0.37-alpha10", "holochain_json_api 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.37-alpha9", + "holochain_locksmith 0.0.37-alpha10", "holochain_persistence_api 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3434,7 +3434,7 @@ dependencies = [ [[package]] name = "sim2h_server" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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)", @@ -3442,7 +3442,7 @@ dependencies = [ "lib3h_protocol 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.21 (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.37-alpha9", + "sim2h 0.0.37-alpha10", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3621,12 +3621,12 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.0.7" +version = "3.1.0" 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)", "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4774,7 +4774,7 @@ dependencies = [ "checksum synstructure 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "575be94ccb86e8da37efb894a87e2b660be299b41d8ef347f9d6d79fbe61b1ba" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" "checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3" -"checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" +"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" diff --git a/app_spec/zomes/blog/code/Cargo.toml b/app_spec/zomes/blog/code/Cargo.toml index b77ad3c390..de451f0401 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.37-alpha9" +version = "0.0.37-alpha10" 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 4414e22edc..69d012a7b8 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec/zomes/simple/code/Cargo.toml b/app_spec/zomes/simple/code/Cargo.toml index fcc3099a7b..d50bc93f88 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec/zomes/summer/code/Cargo.toml b/app_spec/zomes/summer/code/Cargo.toml index d95d3abb3b..831c314869 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.37-alpha9" +version = "0.0.37-alpha10" 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 dba0e1de9c..c96c9b3f3e 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.37-alpha9" +version = "0.0.37-alpha10" 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 73d0ee91a1..28f731d649 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.37-alpha9" +version = "0.0.37-alpha10" 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 ecaa8a6421..21f9137d94 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.37-alpha9" +version = "0.0.37-alpha10" 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 91a0b67032..af2e3a8510 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [dependencies] diff --git a/config.nix b/config.nix index a32cb7ec96..199ed3924f 100644 --- a/config.nix +++ b/config.nix @@ -1,7 +1,7 @@ let - release-commit = "684104c363f4822bfcb02670e4055824074cc65b"; - current = "0.0.37-alpha9"; - previous = "0.0.37-alpha8"; + release-commit = "d726c8ac081bf9c1864918b48f73234a7b88bad3"; + current = "0.0.37-alpha10"; + previous = "0.0.37-alpha9"; # 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 aecf896a3e..f2470728a0 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c04754505a..6db92430d5 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,16 +4,16 @@ 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } -holochain_core = { version = "=0.0.37-alpha9", path = "../core" } -holochain_common = { version = "=0.0.37-alpha9", path = "../common" } -holochain_conductor_lib = { version = "=0.0.37-alpha9", path = "../conductor_lib" } -holochain_dpki = { version = "=0.0.37-alpha9", path = "../dpki" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_core = { version = "=0.0.37-alpha10", path = "../core" } +holochain_common = { version = "=0.0.37-alpha10", path = "../common" } +holochain_conductor_lib = { version = "=0.0.37-alpha10", path = "../conductor_lib" } +holochain_dpki = { version = "=0.0.37-alpha10", path = "../dpki" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" } lib3h_sodium = "=0.0.21" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.10" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 94b8e93444..15b392343d 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index cf8b086905..ffbf12999c 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } -holochain_wasm_utils = { version = "=0.0.37-alpha9", path = "../wasm_utils" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../wasm_utils" } +holochain_locksmith = { version = "=0.0.37-alpha10", 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 ce3afdb329..79413486f5 100644 --- a/crates/conductor_lib/Cargo.toml +++ b/crates/conductor_lib/Cargo.toml @@ -4,13 +4,13 @@ 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core = { version = "=0.0.37-alpha9", path = "../core" } -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_core = { version = "=0.0.37-alpha10", path = "../core" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" } holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.10" @@ -18,11 +18,11 @@ holochain_persistence_mem = "=0.0.10" holochain_persistence_file = "=0.0.10" holochain_persistence_pickle = "=0.0.10" holochain_persistence_lmdb = "=0.0.10" -holochain_dpki = { version = "=0.0.37-alpha9", path = "../dpki" } -holochain_net = { version = "=0.0.37-alpha9", path = "../net" } +holochain_dpki = { version = "=0.0.37-alpha10", path = "../dpki" } +holochain_net = { version = "=0.0.37-alpha10", path = "../net" } lib3h = "=0.0.21" lib3h_sodium = "=0.0.21" -holochain_common = { version = "=0.0.37-alpha9", path = "../common" } +holochain_common = { version = "=0.0.37-alpha10", path = "../common" } chrono = "=0.4.6" serde = "=1.0.89" serde_json = { version = "=1.0.39", features = ["preserve_order"] } diff --git a/crates/conductor_lib/test-bridge-caller/Cargo.toml b/crates/conductor_lib/test-bridge-caller/Cargo.toml index 6a80bd4420..64d93e5b67 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.37-alpha9" +version = "0.0.37-alpha10" 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 59142edf1b..adce3bc51a 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 52b3d6482f..c5a91206d4 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" description = "holochain core" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -30,10 +30,10 @@ unwrap_to = "=0.1.0" num-traits = "=0.2.6" num-derive = "=0.2.4" toml = "=0.5.0" -holochain_net = { version = "=0.0.37-alpha9", path = "../net" } -holochain_wasm_utils = { version = "=0.0.37-alpha9", path = "../wasm_utils" } -holochain_common = { version = "=0.0.37-alpha9", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.37-alpha9", path = "../conductor_api" } +holochain_net = { version = "=0.0.37-alpha10", path = "../net" } +holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../wasm_utils" } +holochain_common = { version = "=0.0.37-alpha10", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.37-alpha10", path = "../conductor_api" } lib3h_protocol = "=0.0.21" lib3h_sodium = "=0.0.21" holochain_json_derive = "=0.0.17" @@ -41,9 +41,9 @@ holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.10" holochain_persistence_file = "=0.0.10" holochain_persistence_mem = "=0.0.10" -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } -holochain_dpki = { version = "=0.0.37-alpha9", path = "../dpki" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_dpki = { version = "=0.0.37-alpha10", path = "../dpki" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" } log = "=0.4.8" holochain_logging = "=0.0.4" boolinator = "=2.4.0" diff --git a/crates/core/src/nucleus/actions/wasm-test/Cargo.toml b/crates/core/src/nucleus/actions/wasm-test/Cargo.toml index ffd13faf63..216fc170f7 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core_types/Cargo.toml b/crates/core_types/Cargo.toml index f57e2c7159..e986da2573 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] build = "build.rs" description = "core types needed for all holochain development" @@ -36,7 +36,7 @@ objekt= "=0.1.2" holochain_persistence_api = "=0.0.10" holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" } uuid = { version = "=0.7.1", features = ["v4"] } regex = "=1.1.2" shrinkwraprs = "=0.2.1" diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index e69cd77c4f..780c970b64 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_dpki" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", path = "../core_types" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } lib3h_sodium = "=0.0.21" holochain_persistence_api = "=0.0.10" serde = "=1.0.89" diff --git a/crates/hdk/Cargo.toml b/crates/hdk/Cargo.toml index 9ddc5da806..aebaa01953 100644 --- a/crates/hdk/Cargo.toml +++ b/crates/hdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk" edition = "2018" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" description = "holochain hdk" license = "GPL-3.0-only" homepage = "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.37-alpha9", path = "../wasm_utils" } -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../wasm_utils" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } holochain_json_api = "=0.0.17" holochain_json_derive = "=0.0.17" holochain_persistence_api = "=0.0.10" diff --git a/crates/hdk/wasm-test/Cargo.toml b/crates/hdk/wasm-test/Cargo.toml index 4e15b3732b..8ce5e7390b 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/hdk_v2/Cargo.toml b/crates/hdk_v2/Cargo.toml index 62ba685f22..c47c842f82 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.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", path = "../hdk" } +hdk = { version = "=0.0.37-alpha10", path = "../hdk" } diff --git a/crates/hdk_v2/wasm-test/Cargo.toml b/crates/hdk_v2/wasm-test/Cargo.toml index e289f28c2c..776c2d4cfb 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index 709d6b8621..2afa745190 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", path = "../core_types" } -holochain_conductor_lib = { version = "=0.0.37-alpha9", path = "../conductor_lib" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_conductor_lib = { version = "=0.0.37-alpha10", path = "../conductor_lib" } lib3h_sodium = "=0.0.21" -holochain_common = { version = "=0.0.37-alpha9", path = "../common" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_common = { version = "=0.0.37-alpha10", path = "../common" } +holochain_locksmith = { version = "=0.0.37-alpha10", 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 23ab6eba3e..f168b96638 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.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", path = "../core_types" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } wasm-bindgen = "=0.2.32" diff --git a/crates/locksmith/Cargo.toml b/crates/locksmith/Cargo.toml index 07f0d5165a..ea816f675f 100644 --- a/crates/locksmith/Cargo.toml +++ b/crates/locksmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_locksmith" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] edition = "2018" description = "helpers for mutex deadlock diagnosis" diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 2b101d4554..7fe8da3177 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_net" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" description = "holochain net" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -10,18 +10,18 @@ edition = "2018" [dependencies] failure = "=0.1.5" -sim1h = { version = "=0.0.37-alpha9", path = "../sim1h" } -sim2h = { version = "=0.0.37-alpha9", path = "../sim2h" } +sim1h = { version = "=0.0.37-alpha10", path = "../sim1h" } +sim2h = { version = "=0.0.37-alpha10", path = "../sim2h" } lib3h_sodium = "=0.0.21" lib3h_protocol = "=0.0.21" lib3h = "=0.0.21" lib3h_zombie_actor = "=0.0.21" detach = "=0.0.19" holochain_tracing = { version = "=0.0.1" } -holochain_common = { version = "=0.0.37-alpha9", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.37-alpha9", path = "../conductor_api" } -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_common = { version = "=0.0.37-alpha10", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.37-alpha10", path = "../conductor_api" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" } holochain_json_derive = "=0.0.17" holochain_json_api = "=0.0.17" holochain_persistence_api = "=0.0.10" diff --git a/crates/remove-dev-dependencies/Cargo.toml b/crates/remove-dev-dependencies/Cargo.toml index 12d4c1a39e..c2bc3f1ec3 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Wim Looman "] edition = "2018" publish = false diff --git a/crates/sim1h/Cargo.toml b/crates/sim1h/Cargo.toml index f3751e8d11..f583e720f6 100644 --- a/crates/sim1h/Cargo.toml +++ b/crates/sim1h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim1h" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -27,6 +27,6 @@ holochain_persistence_api = "=0.0.10" holochain_json_api = "=0.0.17" url = "=2.1.0" crossbeam-channel = "=0.3.8" -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } +holochain_core_types = { version = "=0.0.37-alpha10", 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 fbc5938af6..cf5a0e9c9d 100644 --- a/crates/sim2h/Cargo.toml +++ b/crates/sim2h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -22,8 +22,8 @@ lib3h_sodium = "=0.0.21" lib3h_protocol = "=0.0.21" lib3h_zombie_actor = "=0.0.21" holochain_tracing = "=0.0.1" -holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" } 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 dec0f30c47..c323a7eb15 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h_server" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", path = "../sim2h" } +sim2h = { version = "=0.0.37-alpha10", path = "../sim2h" } detach = "=0.0.19" lib3h = "=0.0.21" lib3h_protocol = "=0.0.21" diff --git a/crates/wasm_utils/Cargo.toml b/crates/wasm_utils/Cargo.toml index 86ef53e238..3ac3f8d4da 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.37-alpha9" +version = "0.0.37-alpha10" description = "holochain wasm utils" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -11,7 +11,7 @@ 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.37-alpha9", path = "../core_types" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" } holochain_json_derive = "=0.0.17" holochain_persistence_api = "=0.0.10" holochain_json_api = "=0.0.17" diff --git a/crates/wasm_utils/wasm-test/integration-test/Cargo.toml b/crates/wasm_utils/wasm-test/integration-test/Cargo.toml index 0a7b17b188..85a7346658 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.37-alpha9" +version = "0.0.37-alpha10" authors = ["Holochain Core Dev Team "] [lib] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 256722c1cc..6ceac428e2 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils" -version = "0.0.37-alpha9" +version = "0.0.37-alpha10" 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.37-alpha9", path = "../crates/hdk" } -holochain_net = { version = "=0.0.37-alpha9", path = "../crates/net" } -holochain_core = { version = "=0.0.37-alpha9", path = "../crates/core" } -holochain_conductor_lib = { version = "=0.0.37-alpha9", path = "../crates/conductor_lib" } -holochain_core_types = { version = "=0.0.37-alpha9", path = "../crates/core_types" } -holochain_dpki = { version = "=0.0.37-alpha9", path = "../crates/dpki" } -holochain_wasm_utils = { version = "=0.0.37-alpha9", path = "../crates/wasm_utils" } -holochain_locksmith = { version = "=0.0.37-alpha9", path = "../crates/locksmith" } +hdk = { version = "=0.0.37-alpha10", path = "../crates/hdk" } +holochain_net = { version = "=0.0.37-alpha10", path = "../crates/net" } +holochain_core = { version = "=0.0.37-alpha10", path = "../crates/core" } +holochain_conductor_lib = { version = "=0.0.37-alpha10", path = "../crates/conductor_lib" } +holochain_core_types = { version = "=0.0.37-alpha10", path = "../crates/core_types" } +holochain_dpki = { version = "=0.0.37-alpha10", path = "../crates/dpki" } +holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../crates/wasm_utils" } +holochain_locksmith = { version = "=0.0.37-alpha10", path = "../crates/locksmith" } holochain_persistence_api = "=0.0.10" holochain_json_api = "=0.0.17" holochain_json_derive = "=0.0.17"