Skip to content

Commit

Permalink
release: Do minor version bump to v1.0.11 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma authored Sep 26, 2024
1 parent 580dd30 commit e3401d9
Show file tree
Hide file tree
Showing 38 changed files with 73 additions and 73 deletions.
72 changes: 36 additions & 36 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ staging-xcm = { git = "https://github.com/paritytech//polkadot-sdk", branch = "r

[patch.crates-io]
sp-core = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
sp-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
sp-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
2 changes: 1 addition & 1 deletion clients/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runner"
version = "1.0.10"
version = "1.0.11"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion clients/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum"]
edition = "2018"
name = "runtime"
version = "1.0.10"
version = "1.0.11"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion clients/runtime/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subxt-client"
version = "1.0.10"
version = "1.0.11"
authors = []
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion clients/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum"]
edition = "2018"
name = "service"
version = "1.0.10"
version = "1.0.11"

[dependencies]
async-trait = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion clients/stellar-relay-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-relay-lib"
version = "1.0.10"
version = "1.0.11"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion clients/vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Pendulum Chain <https://github.com/pendulum-chain>"]
description = "The Vault client intermediates between Stellar and the Spacewalk Parachain."
edition = "2018"
name = "vault"
version = "1.0.10"
version = "1.0.11"

[features]
std = [
Expand Down
2 changes: 1 addition & 1 deletion clients/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum Chain <https://github.com/pendulum-chain>"]
edition = "2021"
name = "wallet"
version = "1.0.10"
version = "1.0.11"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion pallets/clients-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "clients-info"
authors = ["Pendulum Chain <https://github.com/pendulum-chain>"]
version = "1.0.10"
version = "1.0.11"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit e3401d9

Please sign in to comment.