Skip to content

Commit

Permalink
chore: upgrade all crates to 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Aug 9, 2021
1 parent 7820247 commit 25fe17a
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.9.0):**
**Version / Commit (e.g. 0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.0"

[dependencies]
serde = { version = "1.0.119", default-features = false, features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/exchange-rate-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "exchange-rate-oracle"
version = "0.9.0"
version = "0.10.0"
authors = ["Interlay Ltd"]
edition = "2018"

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

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

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.9.0"
version = "0.10.0"

[dependencies]
serde = { version = "1.0.119", default-features = false, features = ["derive"], optional = true }
Expand Down
Loading

0 comments on commit 25fe17a

Please sign in to comment.