mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 20:15:40 +00:00
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:
Generated
+4
-4
@@ -1922,7 +1922,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bridge-hub-common"
|
name = "bridge-hub-common"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cumulus-primitives-core",
|
"cumulus-primitives-core",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -10469,7 +10469,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-parameters"
|
name = "pallet-parameters"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"docify",
|
"docify",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
@@ -18728,7 +18728,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-crypto-hashing"
|
name = "sp-crypto-hashing"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2b_simd",
|
"blake2b_simd",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
@@ -18742,7 +18742,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-crypto-hashing-proc-macro"
|
name = "sp-crypto-hashing-proc-macro"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quote",
|
"quote",
|
||||||
"sp-crypto-hashing",
|
"sp-crypto-hashing",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bridge-hub-common"
|
name = "bridge-hub-common"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
description = "Bridge hub common utilities"
|
description = "Bridge hub common utilities"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "pallet-parameters"
|
|||||||
description = "Pallet to store and configure parameters."
|
description = "Pallet to store and configure parameters."
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
authors = ["Acala Developers", "Parity Technologies <admin@parity.io>"]
|
authors = ["Acala Developers", "Parity Technologies <admin@parity.io>"]
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sp-crypto-hashing"
|
name = "sp-crypto-hashing"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sp-crypto-hashing-proc-macro"
|
name = "sp-crypto-hashing-proc-macro"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user