Skip to content

Commit

Permalink
chore: Release multihash-derive-impl version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jun 6, 2024
1 parent ebc14ba commit 42f5997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion derive-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multihash-derive-impl"
version = "0.1.0"
version = "0.1.1"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
description = "Internal proc-macro crate for the MultihashDigest derive"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default = ["std"]
std = ["multihash/std", "core2/std"]

[dependencies]
multihash-derive-impl = { version = "0.1.0", path = "../derive-impl" }
multihash-derive-impl = { version = "0.1.1", path = "../derive-impl" }
multihash = { version = "0.19.0", path = "../", default-features = false }
core2 = { version = "0.4.0", default-features = false }

Expand Down

0 comments on commit 42f5997

Please sign in to comment.