Skip to content

Commit

Permalink
Merge pull request #44 from multiformats/dependabot/cargo/multihash-0.14
Browse files Browse the repository at this point in the history
Update multihash requirement from 0.13 to 0.14
  • Loading branch information
mxinden authored May 27, 2021
2 parents eafbe87 + cc945ce commit 1e263d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.13.0 [unreleased]

- Update to multihash v0.14.0 (see [PR 44]).

[PR 44]: https://github.com/multiformats/rust-multiaddr/pull/44

# 0.12.0 [2021-05-26]

- Merge [multiaddr] and [parity-multiaddr] (see [PR 40]).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"]
license = "MIT"
name = "multiaddr"
readme = "README.md"
version = "0.12.0"
version = "0.13.0"

[features]
default = ["url"]
Expand All @@ -17,7 +17,7 @@ arrayref = "0.3"
bs58 = "0.4.0"
byteorder = "1.3.1"
data-encoding = "2.1"
multihash = { version = "0.13", default-features = false, features = ["std", "multihash-impl", "identity"] }
multihash = { version = "0.14", default-features = false, features = ["std", "multihash-impl", "identity"] }
percent-encoding = "2.1.0"
serde = "1.0.70"
static_assertions = "1.1"
Expand Down

0 comments on commit 1e263d1

Please sign in to comment.