From 0eb85b5ffc99664721aa0680736a38fca414e6fa Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 9 Jan 2025 20:40:10 +0100 Subject: [PATCH] Release 2.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc65cd9..37a1ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "turnon" -version = "2.2.1" +version = "2.2.2" dependencies = [ "async-channel", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index f2d46b6..8a73b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ authors = ["Sebastian Wiesner "] # enables us to ship updates to translations whenever translators contributed # new languages or made major updates, while still providing meaningful release # notes for the last functional changes. -version = "2.2.1" +version = "2.2.2" edition = "2021" publish = false build = "build.rs"