mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 00:01:11 +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
|
||||
|
||||
|
||||
## 0.1.2 - 2021-04-01
|
||||
- No significant changes from `0.1.1`.
|
||||
|
||||
|
||||
## 0.1.1 - 2021-03-29
|
||||
- Move local mpsc channel to it's own crate.
|
||||
|
@ -3,7 +3,7 @@
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.1.2 - 2021-04-01
|
||||
## 0.1.2 - 2021-12-18
|
||||
- Fix crate metadata.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "local-waker"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "A synchronization primitive for thread-local task wakeup"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
|
Loading…
Reference in New Issue
Block a user