File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
tests/testsuite/support/cargo-test-macro Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ features = [
104104bufstream = " 0.1"
105105proptest = " 0.9.1"
106106varisat = " 0.2.1"
107- cargo-test-macro = { "path" = " tests/testsuite/support/cargo-test-macro" }
107+ cargo-test-macro = { "path" = " tests/testsuite/support/cargo-test-macro" , version = " 0.1.0 " }
108108
109109[[bin ]]
110110name = " cargo"
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name = "cargo-test-macro"
33version = " 0.1.0"
44authors = [
" Jethro Beekman <[email protected] >" ]
55edition = " 2018"
6+ license = " MIT OR Apache-2.0"
7+ homepage = " https://github.com/rust-lang/cargo"
8+ repository = " https://github.com/rust-lang/cargo"
9+ documentation = " https://github.com/rust-lang/cargo"
10+ description = " Helper proc-macro for Cargo's testsuite."
611
712[lib ]
813proc-macro = true
You can’t perform that action at this time.
0 commit comments