mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Backport from polkadot-sdk + bump (#2725)
* Backport from `polkadot-sdk` * Bump `polkadot-sdk` * revert * Cargo.lock
This commit is contained in:
committed by
Bastian Köcher
parent
1a2e11a51d
commit
1eb73979bd
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive", "bit-vec"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["bit-vec", "derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["bit-vec", "derive"] }
|
||||
|
||||
# Substrate Dependencies
|
||||
@@ -15,5 +15,5 @@ sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "mas
|
||||
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master", default-features = false }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "codec/std", "scale-info/std", "sp-core/std", "sp-runtime/std" ]
|
||||
default = ["std"]
|
||||
std = ["codec/std", "scale-info/std", "sp-core/std", "sp-runtime/std"]
|
||||
|
||||
Reference in New Issue
Block a user