diff --git a/Cargo.toml b/Cargo.toml index db915b20..3c2b9b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ itoa = { version = "1.0.3", default-features = false } time = { version = "0.3.36", default-features = false } hashbrown = "0.15.0" libm = "0.2.1" -livesplit-hotkey = { path = "crates/livesplit-hotkey", version = "0.7.0", default-features = false } +livesplit-hotkey = { path = "crates/livesplit-hotkey", version = "0.8.0", default-features = false } livesplit-title-abbreviations = { path = "crates/livesplit-title-abbreviations", version = "0.3.0" } memchr = { version = "2.3.4", default-features = false } simdutf8 = { git = "https://github.com/CryZe/simdutf8", branch = "wasm-ub-panic", default-features = false, features = [ diff --git a/crates/livesplit-hotkey/Cargo.toml b/crates/livesplit-hotkey/Cargo.toml index 8dcddefe..21d4f86c 100644 --- a/crates/livesplit-hotkey/Cargo.toml +++ b/crates/livesplit-hotkey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-hotkey" -version = "0.7.0" +version = "0.8.0" authors = ["Christopher Serr "] documentation = "https://docs.rs/livesplit-hotkey/" repository = "https://github.com/LiveSplit/livesplit-core/tree/master/crates/livesplit-hotkey"