1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare local-channel release 0.1.3

This commit is contained in:
Rob Ede
2022-05-03 14:56:40 +01:00
parent 86ce140249
commit 3337f63b4e
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "local-channel"
version = "0.1.2"
version = "0.1.3"
description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",