mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
Prepping release of alpha.6 (#5629)
* bumping version * cargo update * adding changelog
This commit is contained in:
committed by
GitHub
parent
889a9763dd
commit
51f9bb3c0e
@@ -9,11 +9,14 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
publish = false
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.5", default-features = false, path = "../" }
|
||||
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../../std" }
|
||||
sp-io = { version = "2.0.0-alpha.5", default-features = false, path = "../../io" }
|
||||
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../../core" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", default-features = false, path = "../" }
|
||||
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../std" }
|
||||
sp-io = { version = "2.0.0-alpha.6", default-features = false, path = "../../io" }
|
||||
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../../core" }
|
||||
|
||||
[build-dependencies]
|
||||
wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
|
||||
@@ -21,6 +24,3 @@ wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-run
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "sp-runtime-interface/std", "sp-std/std", "sp-core/std", "sp-io/std" ]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user