We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb82ab3 + 139a929 commit 8ee5ed0Copy full SHA for 8ee5ed0
crates/horizon/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "horizon"
3
-version = "0.42.0"
+version = "0.42.1"
4
edition = "2021"
5
6
[[bin]]
@@ -27,3 +27,4 @@ toml = { workspace = true }
27
tempfile = { workspace = true }
28
29
30
+
crates/horizon_event_system/Cargo.toml
name = "horizon_event_system"
-version = "0.22.0" # Ensure this matches the version used in tests and examples
+version = "0.23.0" # Ensure this matches the version used in tests and examples
description = "Horizon Event System for handling events in the Horizon game server ecosystem."
license = "MIT"
0 commit comments