Skip to content

Commit 9f59093

Browse files
committed
chore(local-channel): prepare release 0.1.4
1 parent bfeb4cd commit 9f59093

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

local-channel/CHANGES.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Changes
22

3-
## Unreleased - 2023-xx-xx
3+
## Unreleased
4+
5+
## 0.1.4
46

57
- Minimum supported Rust version (MSRV) is now 1.65.
68

7-
## 0.1.3 - 2022-05-03
9+
## 0.1.3
810

911
- Minimum supported Rust version (MSRV) is now 1.49.
1012

11-
## 0.1.2 - 2021-04-01
13+
## 0.1.2
1214

1315
- No significant changes from `0.1.1`.
1416

15-
## 0.1.1 - 2021-03-29
17+
## 0.1.1
1618

17-
- Move local mpsc channel to it's own crate.
19+
- Move local MPSC channel to it's own crate.

local-channel/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "local-channel"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue"
55
authors = [
66
"Nikolay Kim <fafhrd91@gmail.com>",
77
"Rob Ede <robjtede@icloud.com>",
88
]
9-
repository = "https://github.com/actix/actix-net.git"
9+
repository = "https://github.com/actix/actix-net"
1010
keywords = ["channel", "local", "futures"]
11-
license = "MIT OR Apache-2.0"
11+
license.workspace = true
1212
edition.workspace = true
1313
rust-version.workspace = true
1414

0 commit comments

Comments
 (0)