-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release patch versions of all crates (#373)
- multihash 0.19.2 - update unsigned-varint - codetable 0.1.4 - update strobe - multihash-derive 0.9.1 - update multihash-derive-impl - multihash-derive-impl 0.9.1 - remove proc-macro-error dependency - update synstructure - update syn to v2
- Loading branch information
Showing
5 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "multihash" | |
description = "Implementation of the multihash format" | ||
repository = "https://github.com/multiformats/rust-multihash" | ||
keywords = ["multihash", "ipfs"] | ||
version = "0.19.1" | ||
version = "0.19.2" | ||
authors = ["dignifiedquire <[email protected]>", "David Craven <[email protected]>", "Volker Mische <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "multihash-derive-impl" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["David Craven <[email protected]>"] | ||
edition = "2018" | ||
description = "Internal proc-macro crate for the MultihashDigest derive" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters