Skip to content

Commit

Permalink
Update to 0.3.1-rc.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner authored May 24, 2024
1 parent 0581807 commit ab0d652
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 237 deletions.
421 changes: 232 additions & 189 deletions Cargo.lock

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,24 @@ influxdb = { version = "0.7.3-beta.1", package = "ts_influxdb", default-features
influxive-core = "0.0.2-alpha.1"

# Deps for Holochain
holochain_client = { version = "=0.5.0-dev.32" }
holochain_zome_types = { version = "0.3.0-beta-dev.36" }
holo_hash = { version = "0.3.0-beta-dev.28" }
holochain_types = { version = "0.3.0-beta-dev.43" }
holochain_conductor_api = { version = "0.3.0-beta-dev.47" }
hdk = { version = "0.3.0-beta-dev.41", features = [] }
hdi = "0.4.0-beta-dev.36"
mr_bundle = "0.3.0-beta-dev.10"
holochain_client = { version = "=0.5.0-rc.1" }
holochain_zome_types = { version = "0.3.1-rc.0" }
holo_hash = { version = "0.3.1-rc.0" }
holochain_types = { version = "0.3.1-rc.0" }
holochain_conductor_api = { version = "0.3.1-rc.0" }
hdk = { version = "0.3.1-rc.0", features = [] }
hdi = "0.4.1-rc.0"
mr_bundle = "0.3.1-rc.0"

# Framework
wind_tunnel_core = { path = "./framework/core", version = "0.2.0-alpha.1" }
wind_tunnel_instruments = { path = "./framework/instruments", version = "0.2.0-alpha.1" }
wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.2.0-alpha.1" }
wind_tunnel_runner = { path = "./framework/runner", version = "0.2.0-alpha.1" }
wind_tunnel_core = { path = "./framework/core", version = "0.2.0-alpha.2" }
wind_tunnel_instruments = { path = "./framework/instruments", version = "0.2.0-alpha.2" }
wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.2.0-alpha.2" }
wind_tunnel_runner = { path = "./framework/runner", version = "0.2.0-alpha.2" }

# Bindings
holochain_client_instrumented = { path = "./bindings/client", version = "0.2.0-alpha.1" }
holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.2.0-alpha.1" }
holochain_client_instrumented = { path = "./bindings/client", version = "0.2.0-alpha.2" }
holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.2.0-alpha.2" }

# hApp Builder
happ_builder = { path = "./happ_builder", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion bindings/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_client_instrumented"
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
description = "An instrumented wrapper around the holochain_client"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_wind_tunnel_runner"
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
description = "Customises the wind_tunnel_runner for Holochain testing"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
56 changes: 28 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_core"
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
description = "Core components for Wind Tunnel"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/instruments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_instruments"
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
description = "Instruments for measuring performance with Wind Tunnel"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/instruments_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "wind_tunnel_instruments_derive"
version = "0.2.0-alpha.2"
description = "Derive macros for the wind_tunnel_instruments crate"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.2.0-alpha.1"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down
2 changes: 1 addition & 1 deletion framework/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_runner"
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
description = "The Wind Tunnel runner"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down

0 comments on commit ab0d652

Please sign in to comment.