mirror of
https://github.com/fafhrd91/actix-net
synced 2025-03-20 19:35:17 +01:00
chore(local-channel): prepare release 0.1.5
This commit is contained in:
parent
665dec456f
commit
87440e5734
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.1.5
|
||||||
|
|
||||||
|
- No significant changes since `0.1.4`.
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
|
|
||||||
- Minimum supported Rust version (MSRV) is now 1.65.
|
- Minimum supported Rust version (MSRV) is now 1.65.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "local-channel"
|
name = "local-channel"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue"
|
description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
|
16
local-channel/README.md
Normal file
16
local-channel/README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# `local-channel`
|
||||||
|
|
||||||
|
> A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue.
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
|
[](https://crates.io/crates/local-channel)
|
||||||
|
[](https://docs.rs/local-channel/0.1.5)
|
||||||
|
[](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
|
||||||
|

|
||||||
|
<br />
|
||||||
|
[](https://deps.rs/crate/local-channel/0.1.5)
|
||||||
|

|
||||||
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
Loading…
x
Reference in New Issue
Block a user