Skip to content

Commit

Permalink
fix: update some previously missed crates to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinter-iohk committed Sep 23, 2024
1 parent 04f955a commit 06b60d5
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 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 cli/node-commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "partner-chains-node-commands"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
license = "GPLv3 with a classpath exception"

Expand Down
2 changes: 1 addition & 1 deletion client/consensus/aura/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sc-partner-chains-consensus-aura"
version = "1.0.0"
version = "1.1.0"
description = "Partner Chains modification to the Substrate Aura consensus engine"
authors = [ "IOG "]
homepage = "https://iohk.io/"
Expand Down
2 changes: 1 addition & 1 deletion pallets/native-token-management/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-native-token-management"
version = "0.1.0"
version = "1.1.0"
edition = "2021"
description = "Pallet responsible for handling changes to the illiquid supply of the native token on main chain."

Expand Down
2 changes: 1 addition & 1 deletion primitives/chain-params/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chain-params"
version = "1.0.0"
version = "1.1.0"
authors = [ "IOG" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/consensus/aura/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sp-partner-chains-consensus-aura"
version = "1.0.0"
version = "1.1.0"
description = "Primitives required by Partner Chains customized Aura consensus"
authors = [ "IOG "]
homepage = "https://iohk.io/"
Expand Down
2 changes: 1 addition & 1 deletion primitives/native-token-management/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sp-native-token-management"
version = "0.1.0"
version = "1.1.0"
edition = "2021"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion primitives/session-validator-management/query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sp-session-validator-management-query"
version = "1.0.0"
version = "1.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sidechain-runtime"
version = "1.0.0"
version = "1.1.0"
description = "A reference implementation of a partner chain runtime"
authors = ["IOG"]
edition = "2021"
Expand Down

0 comments on commit 06b60d5

Please sign in to comment.