Skip to content

Commit

Permalink
update deps to polkadot-stable2407
Browse files Browse the repository at this point in the history
  • Loading branch information
SailorSnoW committed Aug 9, 2024
1 parent 3bd041f commit f1f1873
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,68 +9,68 @@ repository = 'https://github.com/gautamdhameja/substrate-validator-set'
[dependencies.sp-core]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.sp-io]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.sp-runtime]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.sp-staking]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.frame-benchmarking]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
optional = true
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.frame-support]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.frame-system]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.pallet-session]
default-features = false
features = ['historical']
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.sp-weights]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dev-dependencies.sp-state-machine]
default-features = false
git = 'https://github.com/paritytech/polkadot-sdk.git'
tag = 'polkadot-v1.13.0'
tag = 'polkadot-stable2407'

[dependencies.scale-info]
default-features = false
features = ['derive', 'serde']
version = '2.11.1'
version = '2.11.3'

[dependencies.log]
default-features = false
version = '0.4.21'
version = '0.4.22'

[dependencies.codec]
default-features = false
Expand All @@ -80,7 +80,7 @@ version = '3.6.12'

[dev-dependencies.serde]
features = ['derive']
version = '1.0.197'
version = '1.0.205'

[features]
default = ['std']
Expand Down

0 comments on commit f1f1873

Please sign in to comment.