1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02: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
3 changed files with 6 additions and 2 deletions

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