Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
update test-utils crates to be ready for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 20, 2020
1 parent b19f9c2 commit b8663cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate test utilities"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
futures = { version = "0.3.1", features = ["compat"] }
substrate-test-utils-derive = { path = "./derive" }
substrate-test-utils-derive = { version = "0.8.0-rc6", path = "./derive" }
tokio = { version = "0.2.13", features = ["macros"] }

[dev-dependencies]
sc-service = { path = "../client/service" }
sc-service = { version = "2.0.0-rc6", path = "../client/service" }
trybuild = { version = "1.0", features = ["diff"] }
1 change: 1 addition & 0 deletions test-utils/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate test utilities macros"

[dependencies]
quote = "1.0.6"
Expand Down
1 change: 1 addition & 0 deletions test-utils/test-crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
publish = false

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down

0 comments on commit b8663cb

Please sign in to comment.