Updated to later version of substrate so that it compiles.

(Referencing substrate this way you only have to search and replace one string to upgrade)
This commit is contained in:
Giles Cope
2021-09-17 10:52:23 +01:00
parent 414f81774d
commit 364ed8bed1
6 changed files with 90 additions and 134 deletions
+8 -3
View File
@@ -1,7 +1,10 @@
[package]
name = "substrate-subxt-proc-macro"
version = "0.15.0"
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
authors = [
"David Craven <david@craven.ch>",
"Parity Technologies <admin@parity.io>",
]
edition = "2018"
autotests = false
@@ -26,13 +29,15 @@ synstructure = "0.12.4"
[dev-dependencies]
async-std = { version = "1.8.0", features = ["attributes"] }
codec = { package = "parity-scale-codec", version = "2.0.0", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "2.0.0", features = [
"derive",
] }
env_logger = "0.8.2"
pretty_assertions = "0.6.1"
substrate-subxt = { path = ".." }
trybuild = "1.0.38"
sp-keyring = "3.0.0"
sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }
[[test]]
name = "balances"