Skip to content

Commit

Permalink
build(replicon_quinnet): update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henauxg committed Nov 30, 2024
1 parent 8834781 commit 266cf49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bevy_replicon_quinnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon_quinnet"
version = "0.5.0"
version = "0.6.0"
description = "Integration with bevy_quinnet for bevy_replicon"
repository = "https://github.com/Henauxg/bevy_quinnet"
documentation = "https://docs.rs/bevy_replicon_quinnet"
Expand All @@ -13,7 +13,7 @@ exclude = ["assets/"]

[dependencies]
bevy_replicon = { version = "0.28", default-features = false }
bevy_quinnet = { version = "0.10.0", path = "..", default-features = false }
bevy_quinnet = { version = "0.11.0", path = "..", default-features = false }
bevy = { version = "0.14", default-features = false }

[features]
Expand Down
1 change: 1 addition & 0 deletions bevy_replicon_quinnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Sources for the examples can be found in the [examples](examples) directory.

| bevy | bevy_quinnet | bevy_replicon_quinnet | bevy_replicon |
| :--- | :----------- | :-------------------- | :------------ |
| 0.14 | 0.11 | 0.6 | 0.28 |
| 0.14 | 0.10 | 0.5 | 0.28 |
| 0.14 | 0.9 | 0.4 | 0.27 |
| 0.13 | 0.8 | 0.3 | 0.26 |
Expand Down

0 comments on commit 266cf49

Please sign in to comment.