Skip to content

Commit 7419050

Browse files
committed
Update Cargo
This pulls in rust-lang/cargo#7159, which ensures that documenting proc macros works correctly.
1 parent 7ac21e7 commit 7419050

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
@@ -272,6 +272,7 @@ dependencies = [
272272
"atty",
273273
"bytesize",
274274
"cargo-test-macro",
275+
"cargo-test-support",
275276
"clap",
276277
"core-foundation",
277278
"crates-io",
@@ -329,6 +330,23 @@ dependencies = [
329330
name = "cargo-test-macro"
330331
version = "0.1.0"
331332

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

src/tools/cargo

Submodule cargo updated 145 files

0 commit comments

Comments
 (0)