mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-17 14:43:31 +01:00
prepare local-waker release 0.1.2
This commit is contained in:
parent
621deba990
commit
ef18a8342e
@ -3,5 +3,9 @@
|
|||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.1.2 - 2021-04-01
|
||||||
|
- No significant changes from `0.1.1`.
|
||||||
|
|
||||||
|
|
||||||
## 0.1.1 - 2021-03-29
|
## 0.1.1 - 2021-03-29
|
||||||
- Move local mpsc channel to it's own crate.
|
- Move local mpsc channel to it's own crate.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
## 0.1.2 - 2021-04-01
|
## 0.1.2 - 2021-12-18
|
||||||
- Fix crate metadata.
|
- Fix crate metadata.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "local-waker"
|
name = "local-waker"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "A synchronization primitive for thread-local task wakeup"
|
description = "A synchronization primitive for thread-local task wakeup"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user