Commit a8c22ca 1 parent 1e74ea8 commit a8c22ca Copy full SHA for a8c22ca
File tree 2 files changed +6
-1
lines changed
tests/testsuite/support/cargo-test-macro
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ features = [
104
104
bufstream = " 0.1"
105
105
proptest = " 0.9.1"
106
106
varisat = " 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 " }
108
108
109
109
[[bin ]]
110
110
name = " cargo"
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name = "cargo-test-macro"
3
3
version = " 0.1.0"
4
4
authors = [" Jethro Beekman <jethro@fortanix.com>" ]
5
5
edition = " 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."
6
11
7
12
[lib ]
8
13
proc-macro = true
You can’t perform that action at this time.
0 commit comments