Skip to content

Commit

Permalink
Release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Sidorov committed Aug 14, 2019
1 parent 2667026 commit bf9b601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 0.12.0 - 2018-08-14

- Updated to the [Exonum 0.12.0](https://github.com/exonum/exonum/releases/tag/v0.12)
release (#144).

Expand Down
21 changes: 7 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "exonum-btc-anchoring"
edition = "2018"
version = "0.11.0"
version = "0.12.0"
authors = ["The Exonum Team <[email protected]>"]
homepage = "https://exonum.com/doc/advanced/bitcoin-anchoring/"
repository = "https://github.com/exonum/exonum-btc-anchoring"
Expand All @@ -21,11 +21,11 @@ bitcoin_hashes = { version = "0.3", features = ["serde"] }
btc-transaction-utils = "0.5"
byteorder = "1.3"
derive_more = "0.15"
exonum = "0.11.0"
exonum-merkledb = { git = "https://github.com/exonum/exonum.git", rev = "33e45eac5c9d710a100ce80b56d2d31a5b1f6dfc" }
exonum = "0.12.0"
exonum-merkledb = "0.12.0"
exonum_bitcoinrpc = "0.6"
exonum-derive = "0.11.0"
exonum-testkit = "0.11.0"
exonum-derive = "0.12.0"
exonum-testkit = "0.12.0"
failure = "0.1"
failure_derive = "0.1"
hex = "0.3"
Expand All @@ -43,16 +43,9 @@ structopt = "0.2"
toml = "0.5"

[dev-dependencies]
exonum-configuration = "0.11.0"
exonum-configuration = "0.12.0"
libc = "0.2"
proptest = "0.9"

[build-dependencies]
exonum-build = "0.11.0"

[patch.crates-io]
exonum = { git = "https://github.com/exonum/exonum.git", rev = "33e45eac5c9d710a100ce80b56d2d31a5b1f6dfc" }
exonum-derive = { git = "https://github.com/exonum/exonum.git", rev = "33e45eac5c9d710a100ce80b56d2d31a5b1f6dfc" }
exonum-configuration = { git = "https://github.com/exonum/exonum.git", rev = "33e45eac5c9d710a100ce80b56d2d31a5b1f6dfc" }
exonum-build = { git = "https://github.com/exonum/exonum.git", rev = "33e45eac5c9d710a100ce80b56d2d31a5b1f6dfc" }
exonum-testkit = { git = "https://github.com/exonum/exonum.git", rev = "33e45eac5c9d710a100ce80b56d2d31a5b1f6dfc" }
exonum-build = "0.12.0"

0 comments on commit bf9b601

Please sign in to comment.