Skip to content
Snippets Groups Projects
Commit b8663cb6 authored by Benjamin Kampmann's avatar Benjamin Kampmann
Browse files

update test-utils crates to be ready for publishing

parent b19f9c21
No related merge requests found
......@@ -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"] }
......@@ -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"
......
......@@ -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"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment