Skip to content

Commit

Permalink
0.10.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aecsocket authored Nov 22, 2024
1 parent cb420c7 commit ab0a0f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["gamedev", "network", "bevy"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aecsocket/aeronet"
rust-version = "1.82.0"
version = "0.9.0"
version = "0.10.0"

[workspace.lints.rust]
missing_docs = "warn"
Expand All @@ -35,18 +35,18 @@ type_complexity = "allow"
[workspace.dependencies]
# aeronet
# core
aeronet = { version = "0.9.0", path = "crates/aeronet" }
aeronet_io = { version = "0.9.0", path = "crates/aeronet_io" }
aeronet_transport = { version = "0.9.0", path = "crates/aeronet_transport" }
aeronet = { version = "0.10.0", path = "crates/aeronet" }
aeronet_io = { version = "0.10.0", path = "crates/aeronet_io" }
aeronet_transport = { version = "0.10.0", path = "crates/aeronet_transport" }

# io
aeronet_channel = { version = "0.9.0", path = "crates/aeronet_channel" }
aeronet_steam = { version = "0.9.0", path = "crates/aeronet_steam" }
aeronet_websocket = { version = "0.9.0", path = "crates/aeronet_websocket" }
aeronet_webtransport = { version = "0.9.0", path = "crates/aeronet_webtransport" }
aeronet_channel = { version = "0.10.0", path = "crates/aeronet_channel" }
aeronet_steam = { version = "0.10.0", path = "crates/aeronet_steam" }
aeronet_websocket = { version = "0.10.0", path = "crates/aeronet_websocket" }
aeronet_webtransport = { version = "0.10.0", path = "crates/aeronet_webtransport" }

# integration
aeronet_replicon = { version = "0.9.0", path = "crates/aeronet_replicon" }
aeronet_replicon = { version = "0.10.0", path = "crates/aeronet_replicon" }

# generic

Expand Down

0 comments on commit ab0a0f5

Please sign in to comment.