Skip to content

Commit b09e7cd

Browse files
committed
fix local waker metadata
1 parent 2c5c916 commit b09e7cd

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[alias]
2+
chk = "hack check --workspace --all-features --tests --examples"
23
lint = "hack --clean-per-run clippy --workspace --tests --examples"
3-
chk = "hack check --workspace --tests --examples"

local-channel/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[package]
22
name = "local-channel"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue"
55
authors = [
66
"Nikolay Kim <[email protected]>",
77
"Rob Ede <[email protected]>",
88
]
9-
edition = "2018"
10-
license = "MIT OR Apache-2.0"
119
repository = "https://github.com/actix/actix-net.git"
12-
documentation = "https://docs.rs/actix-server"
1310
keywords = ["channel", "local", "futures"]
11+
license = "MIT OR Apache-2.0"
12+
edition = "2018"
1413

1514
[dependencies]
1615
futures-core = { version = "0.3.7", default-features = false }

local-waker/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
## Unreleased - 2021-xx-xx
44

55

6+
## 0.1.2 - 2021-04-01
7+
* Fix crate metadata.
8+
9+
610
## 0.1.1 - 2021-03-29
711
* Move `LocalWaker` to it's own crate.

local-waker/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ authors = [
88
]
99
keywords = ["waker", "local", "futures", "no-std"]
1010
repository = "https://github.com/actix/actix-net.git"
11-
documentation = "https://docs.rs/local-waker"
1211
categories = ["asynchronous", "no-std"]
1312
license = "MIT OR Apache-2.0"
1413
edition = "2018"

0 commit comments

Comments
 (0)