Skip to content

Commit

Permalink
doc: Remove html_root_url (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx authored Mar 4, 2023
1 parent 358e3cf commit 54f1b15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.17.3" # Update html_root_url in lib.rs along with this.
version = "0.17.3"
authors = ["brycx <brycx@protonmail.com>"]
description = "Usable, easy and safe pure-Rust crypto"
keywords = [ "cryptography", "crypto", "aead", "hash", "mac" ]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
unused_qualifications,
overflowing_literals
)]
#![doc(html_root_url = "https://docs.rs/orion/0.17.3")]
#![cfg_attr(docsrs, feature(doc_cfg))]

#[cfg(test)]
Expand Down

0 comments on commit 54f1b15

Please sign in to comment.