From 61468f4de324f7ceed713b3a87549b5bc8567862 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Wed, 29 Jan 2025 09:34:16 +0100 Subject: [PATCH] Release 2.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef6954d..5a0c308 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "turnon" -version = "2.3.0" +version = "2.3.1" dependencies = [ "async-channel", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 8cc8b21..558f2bb 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.3.0" +version = "2.3.1" edition = "2021" publish = false build = "build.rs"