mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +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"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -13,8 +13,8 @@ readme = "../README.md"
|
|||
name = "aquatic"
|
||||
|
||||
[dependencies]
|
||||
aquatic_cli_helpers = "0.1.0"
|
||||
aquatic_http = "0.1.0"
|
||||
aquatic_udp = "0.1.0"
|
||||
aquatic_ws = "0.1.0"
|
||||
aquatic_cli_helpers = "0.2.0"
|
||||
aquatic_http = "0.2.0"
|
||||
aquatic_udp = "0.2.0"
|
||||
aquatic_ws = "0.2.0"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue