From 1f1d92b260d355f41e1edb44f4fee129ff1af0de Mon Sep 17 00:00:00 2001 From: John Baublitz Date: Wed, 21 Aug 2024 14:51:23 -0400 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e127890..c4b7c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.3 + +# Maintenance + +* Remove unused dependency from Cargo.toml. (https://github.com/jbaublitz/per-thread-mutex/pull/9) + # 0.1.2 # Improvements diff --git a/Cargo.toml b/Cargo.toml index 3b1777d..9106d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "per-thread-mutex" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Synchronization lock designed for wrapping thread-unsafe C libraries" documentation = "https://docs.rs/per-thread-mutex"