1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01: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
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
## 0.1.3 - 2022-05-03
- Minimum supported Rust version (MSRV) is now 1.49.

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