Skip to content

Commit

Permalink
argon2 v0.3.0-pre.1 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Aug 27, 2021
1 parent 768d2f9 commit d47c515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argon2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argon2"
version = "0.2.4" # Also update html_root_url in lib.rs when bumping this
version = "0.3.0-pre.1" # Also update html_root_url in lib.rs when bumping this
description = """
Pure Rust implementation of the Argon2 password hashing function with support
for the Argon2d, Argon2i, and Argon2id algorithmic variants
Expand Down
2 changes: 1 addition & 1 deletion argon2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg",
html_root_url = "https://docs.rs/argon2/0.2.4"
html_root_url = "https://docs.rs/argon2/0.3.0-pre.1"
)]
#![warn(rust_2018_idioms, missing_docs)]

Expand Down

0 comments on commit d47c515

Please sign in to comment.