Skip to content

Commit d181b39

Browse files
committed
Bump crate version
Increase spec_version Update Cargo.lock
1 parent e2def40 commit d181b39

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runtime-integration-tests"
3-
version = "1.70.0"
3+
version = "1.70.1"
44
description = "Integration tests"
55
authors = ["GalacticCouncil"]
66
edition = "2021"

pallets/circuit-breaker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-circuit-breaker"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
authors = ["GalacticCouncil <hydradx@galacticcouncil.io>"]
55
edition = "2021"
66
license = "Apache-2.0"

pallets/stableswap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-stableswap"
3-
version = "7.2.3"
3+
version = "7.2.4"
44
description = "AMM for correlated assets"
55
authors = ["GalacticCouncil"]
66
edition = "2021"

pallets/transaction-multi-payment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-transaction-multi-payment"
3-
version = "10.3.0"
3+
version = "10.3.1"
44
description = "Transaction multi currency payment support module"
55
authors = ["GalacticCoucil"]
66
edition = "2021"

runtime/adapters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydradx-adapters"
3-
version = "1.12.0"
3+
version = "1.12.1"
44
description = "Structs and other generic types for building runtimes."
55
authors = ["GalacticCouncil"]
66
edition = "2021"

runtime/hydradx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydradx-runtime"
3-
version = "397.0.0"
3+
version = "398.0.0"
44
authors = ["GalacticCouncil"]
55
edition = "2021"
66
license = "Apache 2.0"

runtime/hydradx/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129
spec_name: Cow::Borrowed("hydradx"),
130130
impl_name: Cow::Borrowed("hydradx"),
131131
authoring_version: 1,
132-
spec_version: 397,
132+
spec_version: 398,
133133
impl_version: 0,
134134
apis: RUNTIME_API_VERSIONS,
135135
transaction_version: 1,

0 commit comments

Comments
 (0)