Skip to content

Commit 243a2a3

Browse files
committed
Lintcheck: 200 Crates with Cargo
1 parent 23bbbfa commit 243a2a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lintcheck/ci_crates.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[crates]
22
# Binaries projects
3+
cargo = {name = "cargo", version = '0.64.0', online_link = 'https://docs.rs/cargo/{version}/src/{file}.html#{line}'}
34
ripgrep = {name = "ripgrep", version = '14.1.0'}
45
bat = {name = "bat", version = '0.24.0'}
56
fend = {name = "fend", version = '1.5.0'}
@@ -12,7 +13,6 @@ bytes = {name = "bytes", version = '1.6.1'}
1213
skrifa = {name = "skrifa", version = '0.19.3'}
1314

1415
# Random crates which are part of the default test set
15-
bumpalo = {name = "bumpalo", version = '3.16.0'}
1616
puffin = {name = "puffin", version = '0.19.0'}
1717

1818
# Top ~200 crates from crates.io
@@ -204,3 +204,5 @@ same-file = { name = 'same-file', version = '1.0.6' }
204204
prost = { name = 'prost', version = '0.13.1' }
205205
sharded-slab = { name = 'sharded-slab', version = '0.1.7' }
206206
textwrap = { name = 'textwrap', version = '0.16.1' }
207+
bumpalo = {name = "bumpalo", version = '3.16.0'}
208+
arrayvec = { name = 'arrayvec', version = '0.7.4' }

0 commit comments

Comments
 (0)