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

chore(local-channel): prepare release 0.1.5

This commit is contained in:
Rob Ede
2023-10-29 23:15:19 +00:00
parent 665dec456f
commit 87440e5734
3 changed files with 21 additions and 1 deletions

View File

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