File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-18.04
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - name : setup
11
- run : |
12
- rustup install stable-2020-06-18-x86_64-unknown-linux-gnu
13
- rustup component add rustfmt --toolchain stable-2020-06-18-x86_64-unknown-linux-gnu
14
- rustup component add clippy --toolchain stable-2020-06-18-x86_64-unknown-linux-gnu
15
10
- name : style
16
11
run : cargo fmt -- --check
17
12
- name : clippy
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If you have any suggestions or tips do not hesitate to open an issue or a PR.
20
20
21
21
[ ![ downloads] ( https://img.shields.io/crates/d/dashmap )] ( https://crates.io/crates/dashmap )
22
22
23
- [ ![ minimum rustc version] ( https://img.shields.io/badge/rustc-1.44.1 -orange.svg )] ( https://crates.io/crates/dashmap )
23
+ [ ![ minimum rustc version] ( https://img.shields.io/badge/rustc-1.49 -orange.svg )] ( https://crates.io/crates/dashmap )
24
24
25
25
## Cargo features
26
26
Original file line number Diff line number Diff line change 1
- stable-2020-06-18
1
+ [toolchain]
2
+ channel = "stable-2020-12-31"
3
+ components = [ "rustfmt", "clippy" ]
4
+ profile = "minimal"
You can’t perform that action at this time.
0 commit comments