1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 00:27:43 +02:00

prepare local-waker release 0.1.3

This commit is contained in:
Rob Ede
2022-05-03 14:58:09 +01:00
parent 3337f63b4e
commit 49a034259f
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "local-waker"
version = "0.1.2"
version = "0.1.3"
description = "A synchronization primitive for thread-local task wakeup"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",