Skip to content

Commit 545a521

Browse files
committed
Prepare for 1.0.1 release
1 parent c6854dd commit 545a521

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/mutex-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mutex-traits"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
readme = "README.md"

source/mutex/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mutex"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "An abstraction over closure-based mutexes"
55
categories = [
66
"embedded",
@@ -18,7 +18,7 @@ all-features = true
1818
rustdoc-args = ["--cfg", "docsrs", "--cfg", "cortex_m"]
1919

2020
[dependencies.mutex-traits]
21-
version = "1.0.0"
21+
version = "1.0.1"
2222
path = "../mutex-traits"
2323

2424
[dependencies.critical-section]

0 commit comments

Comments
 (0)