Skip to content

Commit 4d94422

Browse files
authored
Rollup merge of rust-lang#64536 - Aaron1011:cargo-crate-type, r=ehuss
Update Cargo This pulls in rust-lang/cargo#7159, which ensures that documenting proc macros works correctly.
2 parents fbd1144 + 7419050 commit 4d94422

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Cargo.lock

+18
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ dependencies = [
270270
"atty",
271271
"bytesize",
272272
"cargo-test-macro",
273+
"cargo-test-support",
273274
"clap",
274275
"core-foundation",
275276
"crates-io",
@@ -327,6 +328,23 @@ dependencies = [
327328
name = "cargo-test-macro"
328329
version = "0.1.0"
329330

331+
[[package]]
332+
name = "cargo-test-support"
333+
version = "0.1.0"
334+
dependencies = [
335+
"cargo",
336+
"cargo-test-macro",
337+
"filetime",
338+
"flate2",
339+
"git2",
340+
"glob",
341+
"lazy_static 1.3.0",
342+
"remove_dir_all",
343+
"serde_json",
344+
"tar",
345+
"url 2.1.0",
346+
]
347+
330348
[[package]]
331349
name = "cargo_metadata"
332350
version = "0.8.0"

src/tools/cargo

Submodule cargo updated 145 files

0 commit comments

Comments
 (0)