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
Generated
+4 -4
View File
@@ -1922,7 +1922,7 @@ dependencies = [
[[package]]
name = "bridge-hub-common"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -10469,7 +10469,7 @@ dependencies = [
[[package]]
name = "pallet-parameters"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"docify",
"frame-benchmarking",
@@ -18728,7 +18728,7 @@ dependencies = [
[[package]]
name = "sp-crypto-hashing"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"blake2b_simd",
"byteorder",
@@ -18742,7 +18742,7 @@ dependencies = [
[[package]]
name = "sp-crypto-hashing-proc-macro"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"quote",
"sp-crypto-hashing",