Skip to content

Commit

Permalink
Merge pull request #237 from gregdhill/chore/parachain-v0.12.0
Browse files Browse the repository at this point in the history
chore: upgrade crates to v0.12.0
  • Loading branch information
gregdhill authored Aug 26, 2021
2 parents e82bf0f + 18d22f3 commit 29751e3
Show file tree
Hide file tree
Showing 37 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Version / Commit (e.g. 0.11.0):**
**Version / Commit (e.g. 0.12.0):**
The version of the binary you have installed.

**Additional context**
Expand Down
70 changes: 35 additions & 35 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 = "0.11.0"
version = "0.12.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 = "0.11.0"
version = "0.12.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 = "0.11.0"
version = "0.12.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 = "0.11.0"
version = "0.12.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 = "0.11.0"
version = "0.12.0"

[dependencies]
serde = { version = "1.0.119", 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 = "0.11.0"
version = "0.12.0"

[dependencies]
serde = { version = "1.0.119", 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 = "0.11.0"
version = "0.12.0"

[dependencies]
serde = { version = "1.0.119", 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 = "0.11.0"
version = "0.12.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 = "0.11.0"
version = "0.12.0"
authors = ["Interlay Ltd"]
edition = "2018"

Expand Down
Loading

0 comments on commit 29751e3

Please sign in to comment.