Skip to content
Snippets Groups Projects

Upgrade Polkadot-v1.6.0

Merged Benjamin Gallois requested to merge upgrade_polkadot_v1.6.0_2 into master
Compare and Show latest version
33 files
+ 1838
2666
Compare changes
  • Side-by-side
  • Inline
Files
33
@@ -19,6 +19,10 @@ pallet-distance = { path = "../../pallets/distance" }
scale-info = { version = "2.1.1", features = ["derive"] }
sp-distance = { path = "../../primitives/distance" }
thiserror = "1.0.30"
### DOC ###
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
[dependencies.codec]
features = ['derive']
@@ -40,11 +44,10 @@ branch = 'duniter-substrate-v1.6.0'
[dependencies.sp-keystore]
git = 'https://github.com/duniter/duniter-polkadot-sdk'
branch = 'duniter-substrate-v1.6.0'
### DOC ###
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
[dependencies.sp-runtime]
git = 'https://github.com/duniter/duniter-polkadot-sdk'
branch = 'duniter-substrate-v1.6.0'
[features]
std = []
Loading