Skip to content

Commit

Permalink
lintcheck: add a couple of dtolnays crates to the source list
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Feb 28, 2021
1 parent 1b1ed93 commit b9a7a2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clippy_dev/lintcheck_crates.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ rand_core = {name = "rand_core", versions = ['0.6.0']}
regex = {name = "regex", versions = ['1.3.2']}
syn = {name = "syn", versions = ['1.0.54']}
unicode-xid = {name = "unicode-xid", versions = ['0.2.1']}
# some more of dtolnays crates
anyhow = {name = "anyhow", versions = ['1.0.38']}
async-trait = {name = "async-trait", versions = ['0.1.42']}
cxx = {name = "cxx", versions = ['1.0.32']}
ryu = {name = "ryu", version = ['1.0.5']}
serde_yaml = {name = "serde_yaml", versions = ['0.8.17']}
thiserror = {name = "thiserror", versions = ['1.0.24']}

0 comments on commit b9a7a2a

Please sign in to comment.