Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Aug 21, 2024
1 parent c6590dd commit 1f1d92b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1f1d92b

Please sign in to comment.