Skip to content

Commit

Permalink
Merge pull request #332 from gregdhill/chore/parachain-v1.2.0
Browse files Browse the repository at this point in the history
chore: upgrade crates to v1.2.0
  • Loading branch information
gregdhill authored Oct 20, 2021
2 parents 15b254e + ce9effa commit 0f43318
Show file tree
Hide file tree
Showing 37 changed files with 72 additions and 72 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 crates/bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "1.1.0"
version = "1.2.0"
authors = ["Interlay Ltd"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/btc-relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "btc-relay"
version = "1.1.0"
version = "1.2.0"
authors = ['Interlay Ltd <[email protected]>']
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/btc-relay/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-btc-relay-rpc"
version = "1.1.0"
version = "1.2.0"
authors = ["Interlay Ltd"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/btc-relay/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-btc-relay-rpc-runtime-api"
version = "1.1.0"
version = "1.2.0"
authors = ["Interlay Ltd"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/currency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Currency module"
edition = "2018"
homepage = "https://interlay.gitlab.io/polkabtc-spec/spec/collateral.html"
name = "currency"
version = "1.1.0"
version = "1.2.0"

[dependencies]
serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/fee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"]
description = "Fee module"
edition = "2018"
name = "fee"
version = "1.1.0"
version = "1.2.0"

[dependencies]
serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/issue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"]
description = "Issue module"
edition = "2018"
name = "issue"
version = "1.1.0"
version = "1.2.0"

[dependencies]
serde = { version = "1.0.130", default-features = false, features = ['derive'], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/issue/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-issue-rpc"
version = "1.1.0"
version = "1.2.0"
authors = ["Interlay Ltd"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/issue/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-issue-rpc-runtime-api"
version = "1.1.0"
version = "1.2.0"
authors = ["Interlay Ltd"]
edition = "2018"

Expand Down
Loading

0 comments on commit 0f43318

Please sign in to comment.