mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
No need for specific branch
This commit is contained in:
+19
-19
@@ -10,25 +10,25 @@ serde = { version = "1.0", default_features = false }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
safe-mix = { version = "1.0", default_features = false}
|
||||
polkadot-primitives = { path = "../primitives", default_features = false }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-serializer = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-keyring = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-balances = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/substrate" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.1.0"
|
||||
|
||||
@@ -10,23 +10,23 @@ crate-type = ["cdylib"]
|
||||
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
|
||||
polkadot-primitives = { path = "../../primitives", default-features = false }
|
||||
safe-mix = { version = "1.0", default-features = false }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-balances = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user