From 14988d09de6634ed7c41207c10bbfe58142fc719 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Fri, 15 Mar 2024 16:34:25 +0000 Subject: [PATCH] Bump versions for alpha.3 --- Cargo.lock | 12 ++++++------ Cargo.toml | 12 ++++++------ bindings/client/Cargo.toml | 2 +- bindings/runner/Cargo.toml | 2 +- framework/core/Cargo.toml | 2 +- framework/instruments/Cargo.toml | 2 +- framework/instruments_derive/Cargo.toml | 2 +- framework/runner/Cargo.toml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 803a5534..67f623f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2351,7 +2351,7 @@ dependencies = [ [[package]] name = "holochain_client_instrumented" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "anyhow", "holo_hash", @@ -2754,7 +2754,7 @@ dependencies = [ [[package]] name = "holochain_wind_tunnel_runner" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "anyhow", "holochain_client_instrumented", @@ -7438,7 +7438,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wind_tunnel_core" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "derive_more", "tokio", @@ -7446,7 +7446,7 @@ dependencies = [ [[package]] name = "wind_tunnel_instruments" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "anyhow", "influxive-core", @@ -7461,7 +7461,7 @@ dependencies = [ [[package]] name = "wind_tunnel_instruments_derive" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "quote 1.0.35", "syn 2.0.51", @@ -7469,7 +7469,7 @@ dependencies = [ [[package]] name = "wind_tunnel_runner" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "anyhow", "clap 4.5.1", diff --git a/Cargo.toml b/Cargo.toml index 4b93327e..191f2649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,14 +70,14 @@ hdi = "0.3.6" mr_bundle = "0.2.6" # Framework -wind_tunnel_core = { path = "./framework/core", version = "0.1.0-alpha.2" } -wind_tunnel_instruments = { path = "./framework/instruments", version = "0.1.0-alpha.2" } -wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.1.0-alpha.2" } -wind_tunnel_runner = { path = "./framework/runner", version = "0.1.0-alpha.2" } +wind_tunnel_core = { path = "./framework/core", version = "0.1.0-alpha.3" } +wind_tunnel_instruments = { path = "./framework/instruments", version = "0.1.0-alpha.3" } +wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.1.0-alpha.3" } +wind_tunnel_runner = { path = "./framework/runner", version = "0.1.0-alpha.3" } # Bindings -holochain_client_instrumented = { path = "./bindings/client", version = "0.1.0-alpha.2" } -holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.1.0-alpha.2" } +holochain_client_instrumented = { path = "./bindings/client", version = "0.1.0-alpha.3" } +holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.1.0-alpha.3" } # hApp Builder happ_builder = { path = "./happ_builder", version = "0.1.0" } diff --git a/bindings/client/Cargo.toml b/bindings/client/Cargo.toml index 8cbc3da3..260d5316 100644 --- a/bindings/client/Cargo.toml +++ b/bindings/client/Cargo.toml @@ -4,7 +4,7 @@ description = "An instrumented wrapper around the holochain_client" license = "MIT" authors = ["ThetaSinner"] edition = "2021" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel" diff --git a/bindings/runner/Cargo.toml b/bindings/runner/Cargo.toml index e2fece62..b4faf32b 100644 --- a/bindings/runner/Cargo.toml +++ b/bindings/runner/Cargo.toml @@ -4,7 +4,7 @@ description = "Customises the wind_tunnel_runner for Holochain testing" license = "MIT" authors = ["ThetaSinner"] edition = "2021" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel" diff --git a/framework/core/Cargo.toml b/framework/core/Cargo.toml index 0bc94255..39ab9877 100644 --- a/framework/core/Cargo.toml +++ b/framework/core/Cargo.toml @@ -4,7 +4,7 @@ description = "Core components for Wind Tunnel" license = "MIT" authors = ["ThetaSinner"] edition = "2021" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel" diff --git a/framework/instruments/Cargo.toml b/framework/instruments/Cargo.toml index 9055a003..8da885b0 100644 --- a/framework/instruments/Cargo.toml +++ b/framework/instruments/Cargo.toml @@ -4,7 +4,7 @@ description = "Instruments for measuring performance with Wind Tunnel" license = "MIT" authors = ["ThetaSinner"] edition = "2021" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel" diff --git a/framework/instruments_derive/Cargo.toml b/framework/instruments_derive/Cargo.toml index 39407b2f..5fe4b8bf 100644 --- a/framework/instruments_derive/Cargo.toml +++ b/framework/instruments_derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Derive macros for the wind_tunnel_instruments crate" license = "MIT" authors = ["ThetaSinner"] edition = "2021" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel" diff --git a/framework/runner/Cargo.toml b/framework/runner/Cargo.toml index 3d0e2de2..afce251f 100644 --- a/framework/runner/Cargo.toml +++ b/framework/runner/Cargo.toml @@ -4,7 +4,7 @@ description = "The Wind Tunnel runner" license = "MIT" authors = ["ThetaSinner"] edition = "2021" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel"