Skip to content

Commit 1475227

Browse files
committed
bump version
1 parent ee39679 commit 1475227

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laminar-chain"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

inspect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laminar-inspect"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/liquidity-pools/base/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-base-liquidity-pools"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/liquidity-pools/margin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-margin-liquidity-pools"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/liquidity-pools/synthetic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-synthetic-liquidity-pools"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/margin-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-margin-protocol"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/margin-protocol/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "margin-protocol-rpc"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/margin-protocol/rpc/runtime-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "margin-protocol-rpc-runtime-api"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-primitives"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/synthetic-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-synthetic-protocol"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/synthetic-protocol/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "synthetic-protocol-rpc"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/synthetic-protocol/rpc/runtime-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "synthetic-protocol-rpc-runtime-api"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/synthetic-tokens/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-synthetic-tokens"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

modules/traits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-traits"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laminar-runtime"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Laminar Developers <[email protected]>"]
55
edition = "2018"
66

runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9999
spec_name: create_runtime_str!("laminar"),
100100
impl_name: create_runtime_str!("laminar"),
101101
authoring_version: 1,
102-
spec_version: 103,
102+
spec_version: 200,
103103
impl_version: 0,
104104
apis: RUNTIME_API_VERSIONS,
105105
transaction_version: 1,

0 commit comments

Comments
 (0)