Skip to content

Commit a8c22ca

Browse files
committed
Update to allow publishing cargo-test-macro.
1 parent 1e74ea8 commit a8c22ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ features = [
104104
bufstream = "0.1"
105105
proptest = "0.9.1"
106106
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" }
108108

109109
[[bin]]
110110
name = "cargo"

tests/testsuite/support/cargo-test-macro/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name = "cargo-test-macro"
33
version = "0.1.0"
44
authors = ["Jethro Beekman <jethro@fortanix.com>"]
55
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."
611

712
[lib]
813
proc-macro = true

0 commit comments

Comments
 (0)