Set polkadot version in one place (#6095)

* rust 1.64 enables workspace properties

* add edition, repository and authors.

* of course, update the version in one place.

Co-authored-by: Andronik <write@reusable.software>
This commit is contained in:
Squirrel
2022-12-05 11:36:16 +00:00
committed by GitHub
parent f2f5345ac2
commit be403051dc
84 changed files with 260 additions and 253 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "westend-runtime"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
@@ -1,8 +1,8 @@
[package]
name = "westend-runtime-constants"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
smallvec = "1.8.0"