Commit 4f63b034 authored by Steven Fackler's avatar Steven Fackler
Browse files

fix doc root

parent 844cec16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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};