Skip to content

Commit

Permalink
0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Jul 31, 2019
1 parent c4b9764 commit 4e88f87
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 = "orion"
version = "0.14.2" # Update html_root_url in lib.rs along with this.
version = "0.14.3" # Update html_root_url in lib.rs along with this.
authors = ["brycx <[email protected]>"]
description = "Easy and usable rust crypto"
keywords = [ "cryptography", "crypto", "aead", "hash", "mac" ]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#![deny(overflowing_literals)]
#![deny(missing_docs)]
#![deny(warnings)]
#![doc(html_root_url = "https://docs.rs/orion/0.14.2")]
#![doc(html_root_url = "https://docs.rs/orion/0.14.3")]

#[cfg(feature = "safe_api")]
extern crate getrandom;
Expand Down

0 comments on commit 4e88f87

Please sign in to comment.