mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
move to rust 2021 (#759)
* move to rust 2021 * fix formatting, more moves
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "cumulus-test-client"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "cumulus-test-relay-sproof-builder"
|
||||
version = '0.1.0'
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = '2018'
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# Other dependencies
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "cumulus-test-relay-validation-worker-provider"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -65,7 +65,7 @@ fn create_project(out_dir: &Path) -> PathBuf {
|
||||
name = "{project_name}"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
cumulus-test-relay-validation-worker-provider = {{ path = "{provider_path}" }}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "cumulus-test-runtime"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = ["derive"] }
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "cumulus-test-service"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "2.3.0" }
|
||||
|
||||
Reference in New Issue
Block a user