We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202a71 commit 460d070Copy full SHA for 460d070
.github/workflows/ci.yml
@@ -58,6 +58,8 @@ jobs:
58
59
- name: Install Rust
60
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
61
+ with:
62
+ toolchain: stable
63
64
- name: Cache cargo
65
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
deny.toml
@@ -25,9 +25,12 @@ allow = [
25
"BSD-3-Clause",
26
"ISC",
27
"Unicode-DFS-2016",
28
+ "Unicode-3.0",
29
"CC0-1.0",
30
"MPL-2.0",
31
"Unlicense",
32
+ "Zlib",
33
+ "CDLA-Permissive-2.0",
34
]
35
36
confidence-threshold = 0.8
0 commit comments