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
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 0.9.0 - 2024-04-03
|
||||
|
||||
### General
|
||||
|
||||
|
|
|
|||
30
Cargo.lock
generated
30
Cargo.lock
generated
|
|
@ -119,7 +119,7 @@ checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
|
|||
|
||||
[[package]]
|
||||
name = "aquatic"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"aquatic_common",
|
||||
"aquatic_http",
|
||||
|
|
@ -130,7 +130,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_bencher"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_udp",
|
||||
|
|
@ -151,7 +151,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_common"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"ahash 0.8.11",
|
||||
"anyhow",
|
||||
|
|
@ -180,7 +180,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_http"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
|
|
@ -217,7 +217,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_http_load_test"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
|
|
@ -240,7 +240,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_http_protocol"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bendy",
|
||||
|
|
@ -260,7 +260,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_peer_id"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"compact_str",
|
||||
"hex",
|
||||
|
|
@ -272,7 +272,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_toml_config"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"aquatic_toml_config_derive",
|
||||
"quickcheck",
|
||||
|
|
@ -283,7 +283,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_toml_config_derive"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -292,7 +292,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_udp"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
|
|
@ -331,7 +331,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_udp_load_test"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
|
|
@ -350,7 +350,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_udp_protocol"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"aquatic_peer_id",
|
||||
"byteorder",
|
||||
|
|
@ -363,7 +363,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_ws"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
|
|
@ -400,7 +400,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_ws_load_test"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
|
|
@ -424,7 +424,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aquatic_ws_protocol"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"criterion 0.5.1",
|
||||
|
|
|
|||
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