Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 23, 2024
1 parent 558d5aa commit 3d26d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dyn-hash"
version = "0.1.2"
version = "0.2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Hash trait that is object-safe"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//! | ^^^^ ...because method `hash` has generic type parameters
//! ```

#![doc(html_root_url = "https://docs.rs/dyn-hash/0.1.2")]
#![doc(html_root_url = "https://docs.rs/dyn-hash/0.2.0")]
#![no_std]

#[cfg(doc)]
Expand Down

0 comments on commit 3d26d4c

Please sign in to comment.