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.
1 parent 9aeaaa1 commit 5b26714Copy full SHA for 5b26714
crates/horizon_event_system/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "horizon_event_system"
3
-version = "0.24.0" # Ensure this matches the version used in tests and examples
+version = "0.25.0" # Ensure this matches the version used in tests and examples
4
description = "Horizon Event System for handling events in the Horizon game server ecosystem."
5
license = "MIT"
6
edition = "2021"
crates/plugin_logger/Cargo.toml
@@ -1,4 +1,4 @@
- [package]
+[package]
tracing-subscriber = "0.3"
name = "plugin_logger"
version = "0.1.0"
0 commit comments