Skip to content

Commit

Permalink
fix doc root
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 19, 2021
1 parent 844cec1 commit 4f63b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-errors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//! println!("{}", Error::get().unwrap());
//! ```
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/openssl-errors/0.1")]
#![doc(html_root_url = "https://docs.rs/openssl-errors/0.2")]

use cfg_if::cfg_if;
use libc::{c_char, c_int};
Expand Down

0 comments on commit 4f63b03

Please sign in to comment.