summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-07 14:01:46 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-07 14:01:46 +0300
commit9b459adeafffcecdcb19e60806272a466e02b184 (patch)
tree0029a4abfbca5f60cddbce2ad63dc685f70f0176 /Cargo.toml
parentfccc22cd4a4a84211d8b61cf561d0f4463f500f1 (diff)
added better mutex handlingv0.2.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a06d20b..9c7445d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flac-reencoder"
-version = "0.2.2"
+version = "0.2.3"
edition = "2024"
repository = "https://github.com/justjakka/reencoder/"
license = "BSD-3-Clause"