Skip to content

Commit b9a7a2a

Browse files
committed
lintcheck: add a couple of dtolnays crates to the source list
1 parent 1b1ed93 commit b9a7a2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clippy_dev/lintcheck_crates.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ rand_core = {name = "rand_core", versions = ['0.6.0']}
2121
regex = {name = "regex", versions = ['1.3.2']}
2222
syn = {name = "syn", versions = ['1.0.54']}
2323
unicode-xid = {name = "unicode-xid", versions = ['0.2.1']}
24+
# some more of dtolnays crates
25+
anyhow = {name = "anyhow", versions = ['1.0.38']}
26+
async-trait = {name = "async-trait", versions = ['0.1.42']}
27+
cxx = {name = "cxx", versions = ['1.0.32']}
28+
ryu = {name = "ryu", version = ['1.0.5']}
29+
serde_yaml = {name = "serde_yaml", versions = ['0.8.17']}
30+
thiserror = {name = "thiserror", versions = ['1.0.24']}

0 commit comments

Comments
 (0)