Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Sidorov committed Mar 15, 2019
1 parent f36e27c commit 51711cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 0.11.0 - 2018-03-14
## 0.11.0 - 2018-03-15

### Internal improvements

Expand Down
16 changes: 5 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ btc-transaction-utils = "0.5"
byteorder = "1.3"
clap = "2.32"
derive_more = "0.14"
# exonum = "0.10.0"
exonum = "0.11.0"
exonum_bitcoinrpc = "0.6"
# exonum-derive = "0.10.0"
# exonum-testkit = "0.10.0"
exonum-derive = "0.11.0"
exonum-testkit = "0.11.0"
failure = "0.1"
failure_derive = "0.1"
hex = "0.3"
Expand All @@ -42,16 +42,10 @@ serde_str = "0.1"
structopt = "0.2"
toml = "0.4"

exonum = { git = "https://github.com/exonum/exonum.git" }
exonum-derive = { git = "https://github.com/exonum/exonum.git" }
exonum-testkit = { git = "https://github.com/exonum/exonum.git" }

[dev-dependencies]
# exonum-configuration = "0.10.0"
exonum-configuration = { git = "https://github.com/exonum/exonum.git" }
exonum-configuration = "0.11.0"
libc = "0.2"
proptest = "0.9"

[build-dependencies]
# exonum-build = "0.10.0"
exonum-build = { git = "https://github.com/exonum/exonum.git" }
exonum-build = "0.11.0"

0 comments on commit 51711cb

Please sign in to comment.