Skip to content

Commit

Permalink
Bump to version 198 (#1933)
Browse files Browse the repository at this point in the history
* bump 1.9.8

* bump runtime to 198
  • Loading branch information
mclyk authored Apr 28, 2023
1 parent 99d360e commit f1321a1
Show file tree
Hide file tree
Showing 37 changed files with 68 additions and 68 deletions.
64 changes: 32 additions & 32 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 integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'runtime-integration-tests'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.7'
version = '1.9.8'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false, features = ['derive'] }
Expand Down
2 changes: 1 addition & 1 deletion node/parallel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'parallel'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/amm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-amm'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-asset-registry'
version = '1.9.7'
version = '1.9.8'

[dependencies]
log = { version = '0.4', default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-bridge'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/crowdloans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-crowdloans'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/currency-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-currency-adapter'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/emergency-shutdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-emergency-shutdown'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/evm-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-evm-signatures"
authors = ['Parallel Team']
edition = '2021'
version = '1.9.7'
version = '1.9.8'

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/farming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-farming'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/liquid-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-liquid-staking'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/loans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-loans'
version = '1.9.7'
version = '1.9.8'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
Loading

0 comments on commit f1321a1

Please sign in to comment.