Use 0.1.0 as minimum version for crates (#3941)

CI will be enforcing this with next parity-publish release
This commit is contained in:
Lulu
2024-04-04 10:26:53 +01:00
committed by GitHub
parent ebdca15c19
commit 0bbda78d86
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "pallet-parameters"
description = "Pallet to store and configure parameters."
repository.workspace = true
license = "Apache-2.0"
version = "0.0.1"
version = "0.1.0"
authors = ["Acala Developers", "Parity Technologies <admin@parity.io>"]
edition.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "sp-crypto-hashing"
version = "0.0.0"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
@@ -1,6 +1,6 @@
[package]
name = "sp-crypto-hashing-proc-macro"
version = "0.0.0"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"