Skip to content

Commit

Permalink
Update to allow publishing cargo-test-macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jun 7, 2019
1 parent 1e74ea8 commit a8c22ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ features = [
bufstream = "0.1"
proptest = "0.9.1"
varisat = "0.2.1"
cargo-test-macro = { "path" = "tests/testsuite/support/cargo-test-macro" }
cargo-test-macro = { "path" = "tests/testsuite/support/cargo-test-macro", version = "0.1.0" }

[[bin]]
name = "cargo"
Expand Down
5 changes: 5 additions & 0 deletions tests/testsuite/support/cargo-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "cargo-test-macro"
version = "0.1.0"
authors = ["Jethro Beekman <jethro@fortanix.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://github.com/rust-lang/cargo"
description = "Helper proc-macro for Cargo's testsuite."

[lib]
proc-macro = true
Expand Down

0 comments on commit a8c22ca

Please sign in to comment.