mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Release v0.9.0
This commit is contained in:
parent
9cd5b1bcc3
commit
1941698037
3 changed files with 28 additions and 28 deletions
24
Cargo.toml
24
Cargo.toml
|
|
@ -19,7 +19,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -28,17 +28,17 @@ readme = "./README.md"
|
|||
rust-version = "1.64"
|
||||
|
||||
[workspace.dependencies]
|
||||
aquatic_common = { version = "0.8.0", path = "./crates/common" }
|
||||
aquatic_http_protocol = { version = "0.8.0", path = "./crates/http_protocol" }
|
||||
aquatic_http = { version = "0.8.0", path = "./crates/http" }
|
||||
aquatic_peer_id = { version = "0.8.0", path = "./crates/peer_id" }
|
||||
aquatic_toml_config = { version = "0.8.0", path = "./crates/toml_config" }
|
||||
aquatic_toml_config_derive = { version = "0.8.0", path = "./crates/toml_config_derive" }
|
||||
aquatic_udp_protocol = { version = "0.8.0", path = "./crates/udp_protocol" }
|
||||
aquatic_udp = { version = "0.8.0", path = "./crates/udp" }
|
||||
aquatic_udp_load_test = { version = "0.8.0", path = "./crates/udp_load_test" }
|
||||
aquatic_ws_protocol = { version = "0.8.0", path = "./crates/ws_protocol" }
|
||||
aquatic_ws = { version = "0.8.0", path = "./crates/ws" }
|
||||
aquatic_common = { version = "0.9.0", path = "./crates/common" }
|
||||
aquatic_http_protocol = { version = "0.9.0", path = "./crates/http_protocol" }
|
||||
aquatic_http = { version = "0.9.0", path = "./crates/http" }
|
||||
aquatic_peer_id = { version = "0.9.0", path = "./crates/peer_id" }
|
||||
aquatic_toml_config = { version = "0.9.0", path = "./crates/toml_config" }
|
||||
aquatic_toml_config_derive = { version = "0.9.0", path = "./crates/toml_config_derive" }
|
||||
aquatic_udp_protocol = { version = "0.9.0", path = "./crates/udp_protocol" }
|
||||
aquatic_udp = { version = "0.9.0", path = "./crates/udp" }
|
||||
aquatic_udp_load_test = { version = "0.9.0", path = "./crates/udp_load_test" }
|
||||
aquatic_ws_protocol = { version = "0.9.0", path = "./crates/ws_protocol" }
|
||||
aquatic_ws = { version = "0.9.0", path = "./crates/ws" }
|
||||
|
||||
[profile.release]
|
||||
debug = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue