1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00

chore(local-channel): prepare release 0.1.4

This commit is contained in:
Rob Ede 2023-09-17 19:32:01 +01:00
parent bfeb4cd9e7
commit 9f59093adc
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 10 additions and 8 deletions

View File

@ -1,17 +1,19 @@
# Changes # Changes
## Unreleased - 2023-xx-xx ## Unreleased
## 0.1.4
- Minimum supported Rust version (MSRV) is now 1.65. - Minimum supported Rust version (MSRV) is now 1.65.
## 0.1.3 - 2022-05-03 ## 0.1.3
- Minimum supported Rust version (MSRV) is now 1.49. - Minimum supported Rust version (MSRV) is now 1.49.
## 0.1.2 - 2021-04-01 ## 0.1.2
- No significant changes from `0.1.1`. - No significant changes from `0.1.1`.
## 0.1.1 - 2021-03-29 ## 0.1.1
- Move local mpsc channel to it's own crate. - Move local MPSC channel to it's own crate.

View File

@ -1,14 +1,14 @@
[package] [package]
name = "local-channel" name = "local-channel"
version = "0.1.3" version = "0.1.4"
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>",
"Rob Ede <robjtede@icloud.com>", "Rob Ede <robjtede@icloud.com>",
] ]
repository = "https://github.com/actix/actix-net.git" repository = "https://github.com/actix/actix-net"
keywords = ["channel", "local", "futures"] keywords = ["channel", "local", "futures"]
license = "MIT OR Apache-2.0" license.workspace = true
edition.workspace = true edition.workspace = true
rust-version.workspace = true rust-version.workspace = true