Skip to content

Commit

Permalink
Use 0.1.0 as minimum version for crates (paritytech#3941)
Browse files Browse the repository at this point in the history
CI will be enforcing this with next parity-publish release
  • Loading branch information
Morganamilo authored Apr 4, 2024
1 parent ebdca15 commit 0bbda78
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridge-hub-common"
version = "0.0.0"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
description = "Bridge hub common utilities"
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/parameters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/crypto/hashing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/crypto/hashing/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0bbda78

Please sign in to comment.