diff options
| -rw-r--r-- | openssl/Cargo.toml | 2 | ||||
| -rw-r--r-- | openssl/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index bbda4415..82b4f2f6 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.9.23" +version = "0.10.0" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index 7c366aba..321a301f 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/openssl/0.9")] +#![doc(html_root_url = "https://docs.rs/openssl/0.10")] #[macro_use] extern crate bitflags; |