mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
committed by
Bastian Köcher
parent
944859319e
commit
a7e7c895f6
@@ -13,57 +13,57 @@ hash-db = { version = "0.15.2", default-features = false }
|
||||
|
||||
# Substrate Based Dependencies
|
||||
[dependencies.frame-support]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.frame-system]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.pallet-session]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.sp-core]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.sp-finality-grandpa]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.sp-runtime]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.sp-trie]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
# Dev Dependencies
|
||||
[dev-dependencies.sp-io]
|
||||
version = "2.0.0-alpha.6"
|
||||
version = "2.0.0-rc1"
|
||||
default-features = false
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dev-dependencies.sp-state-machine]
|
||||
version = "0.8.0-alpha.6"
|
||||
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
||||
version = "0.8.0-rc1"
|
||||
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -265,6 +265,7 @@ mod tests {
|
||||
type DbWeight = ();
|
||||
type BlockExecutionWeight = ();
|
||||
type ExtrinsicBaseWeight = ();
|
||||
type MaximumExtrinsicWeight = ();
|
||||
type AvailableBlockRatio = ();
|
||||
type MaximumBlockLength = ();
|
||||
type Version = ();
|
||||
|
||||
Reference in New Issue
Block a user