File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7474 - name : Install and Run cargo-deny
7575 working-directory : ${{ matrix.dir }}
7676 run : |
77- cargo-deny --version || cargo install cargo-deny@0.16.4
78- cargo-deny --no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml
77+ cargo-deny --version || cargo install cargo-deny@0.19.0
78+ cargo-deny -L error - -no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml
7979 # Have an explicit step to build tests first to separate time spent on build vs execution.
8080 - name : Compile Tests
8181 working-directory : ${{ matrix.dir }}
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ allow = [
3535 " Zlib" ,
3636 " NCSA" ,
3737 " LGPL-3.0" ,
38+ " LGPL-3.0-only" ,
3839 " CC0-1.0" ,
3940 " Unicode-DFS-2016"
4041]
You can’t perform that action at this time.
0 commit comments