From 14e729ab870c0f1eda66a44c8b1f2a2260d5ee4d Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Sun, 29 Dec 2024 12:39:27 -0800 Subject: [PATCH 1/2] Bump hotkey to 0.8.0 This includes at least one breaking change in #757. --- crates/livesplit-hotkey/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 612f5bcfb97e5aa892dbcc4316bb2b278370d5c1 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Sun, 29 Dec 2024 12:44:52 -0800 Subject: [PATCH 2/2] Bump hotkey in workspace too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [