File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 52
52
command : test
53
53
args : --all
54
54
55
+ msrv :
56
+ runs-on : ubuntu-latest
57
+ steps :
58
+ - uses : actions/checkout@v4
59
+ - uses : taiki-e/install-action@cargo-hack
60
+ - run : cargo hack check --rust-version --workspace --all-targets --ignore-private
61
+
55
62
miri :
56
63
name : " Build and test (miri, nightly)"
57
64
runs-on : ubuntu-latest
84
91
85
92
- name : Docs
86
93
run : cargo doc
94
+
95
+ semver-checks :
96
+ runs-on : ubuntu-latest
97
+ steps :
98
+ - name : Checkout
99
+ uses : actions/checkout@v3
100
+ - name : Check semver
101
+ uses : obi1kenobi/cargo-semver-checks-action@v2
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ documentation = "https://docs.rs/futures-concurrency"
7
7
description = " Structured concurrency operations for async Rust"
8
8
readme = " README.md"
9
9
edition = " 2021"
10
- keywords = []
11
- categories = []
10
+ keywords = [" async " , " concurrency " ]
11
+ categories = [" asynchronous " , " concurrency " ]
12
12
authors = [
" Yoshua Wuyts <[email protected] >" ]
13
+ rust-version = " 1.75.0"
13
14
14
15
[profile .bench ]
15
16
debug = true
You can’t perform that action at this time.
0 commit comments