File tree 2 files changed +13
-14
lines changed
2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
- name : Check all targets
39
39
run : cargo check --all --all-targets --all-features
40
40
41
- # deny-check:
42
- # name: cargo-deny check
43
- # runs-on: ubuntu-latest
44
- # steps:
45
- # - uses: actions/checkout@v1
46
- # - uses: EmbarkStudios/cargo-deny-action@v1
41
+ deny-check :
42
+ name : cargo-deny check
43
+ runs-on : ubuntu-latest
44
+ steps :
45
+ - uses : actions/checkout@v3
46
+ - uses : EmbarkStudios/cargo-deny-action@v1
47
47
48
48
msrv :
49
49
name : Check MSRV
Original file line number Diff line number Diff line change @@ -14,27 +14,26 @@ deny = [
14
14
# term is not fully maintained, and termcolor is replacing it
15
15
{ name = " term" },
16
16
]
17
- skip-tree = [
18
- { name = " winapi" , version = " <= 0.3" },
19
- { name = " autocfg" , version = " <= 1" },
20
- { name = " version_check" , version = " <= 0.9" },
21
- { name = " scoped-tls" , version = " >=0.1" },
22
- { name = " ansi_term" , version = " <= 0.12" },
23
- { name = " wasi" , version = " <= 0.10.0" },
17
+ skip-tree = [
18
+ { name = " windows-sys" },
19
+ { name = " rustls-pemfile" },
20
+ { name = " hermit-abi" },
24
21
]
25
22
26
23
[licenses ]
27
24
unlicensed = " deny"
28
25
# We want really high confidence when inferring licenses from text
29
26
confidence-threshold = 0.92
27
+ copyleft = " deny"
30
28
allow = [
31
29
" Apache-2.0" ,
32
- " BSD-2-Clause" ,
33
30
" BSD-3-Clause" ,
34
31
" ISC" ,
35
32
" MIT" ,
36
33
" OpenSSL" ,
37
34
" Zlib" ,
35
+ " Unicode-DFS-2016" ,
36
+ " MPL-2.0" ,
38
37
]
39
38
40
39
[[licenses .clarify ]]
You can’t perform that action at this time.
0 commit comments