From ef3c88710b03b14d012201e0fc7feeab1b38bec5 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 6 Aug 2025 19:57:32 +0200 Subject: [PATCH] Release v0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7903b24..377056b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyboard-types" -version = "0.8.0" +version = "0.8.1" authors = ["Pyfisch "] description = "Contains types to define keyboard related events." readme = "README.md"