File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.2] - 2022-12-27
4
+
5
+ ## Added
6
+
7
+ - Added documentation link to Cargo.toml metadata.
8
+
3
9
## [ 0.2.1] - 2022-12-27
4
10
5
11
## Changed
29
35
30
36
- Initial release.
31
37
38
+ [ 0.2.2 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.2.2
32
39
[ 0.2.1 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.2.1
33
40
[ 0.2.0 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.2.0
34
41
[ 0.1.2 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.1.2
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2021"
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/nextest-rs/future-queue"
9
+ documentation = " https://docs.rs/future-queue"
9
10
resolver = " 2"
10
11
rust-version = " 1.56"
11
12
categories = [" asynchronous" ]
You can’t perform that action at this time.
0 commit comments