mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Bump version to 0.2.0 for all aquatic crates
This commit is contained in:
parent
90437e23bb
commit
d78b0fa31e
16 changed files with 65 additions and 65 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aquatic_http_load_test"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -15,10 +15,10 @@ name = "aquatic_http_load_test"
|
|||
cpu-pinning = ["aquatic_common/cpu-pinning"]
|
||||
|
||||
[dependencies]
|
||||
aquatic_cli_helpers = "0.1.0"
|
||||
aquatic_common = "0.1.0"
|
||||
aquatic_http_protocol = "0.1.0"
|
||||
aquatic_toml_config = "0.1.0"
|
||||
aquatic_cli_helpers = "0.2.0"
|
||||
aquatic_common = "0.2.0"
|
||||
aquatic_http_protocol = "0.2.0"
|
||||
aquatic_toml_config = "0.2.0"
|
||||
|
||||
anyhow = "1"
|
||||
futures-lite = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue