We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621deba commit ef18a83Copy full SHA for ef18a83
local-channel/CHANGES.md
@@ -3,5 +3,9 @@
3
## Unreleased - 2021-xx-xx
4
5
6
+## 0.1.2 - 2021-04-01
7
+- No significant changes from `0.1.1`.
8
+
9
10
## 0.1.1 - 2021-03-29
11
- Move local mpsc channel to it's own crate.
local-waker/CHANGES.md
@@ -3,7 +3,7 @@
-## 0.1.2 - 2021-04-01
+## 0.1.2 - 2021-12-18
- Fix crate metadata.
local-waker/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "local-waker"
-version = "0.1.1"
+version = "0.1.2"
description = "A synchronization primitive for thread-local task wakeup"
authors = [
"Nikolay Kim <[email protected]>",
0 commit comments