1
0
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:
Rob Ede 2021-12-18 03:20:49 +00:00
parent 621deba990
commit ef18a8342e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -3,7 +3,7 @@
## Unreleased - 2021-xx-xx
## 0.1.2 - 2021-04-01
## 0.1.2 - 2021-12-18
- Fix crate metadata.

View File

@ -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>",