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"