Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 26, 2018
1 parent fa726e7 commit 051101b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "native-tls"
version = "0.1.5"
version = "0.2.0"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
repository = "https://github.com/sfackler/rust-native-tls"
documentation = "https://docs.rs/native-tls/0.1.4/native_tls"
readme = "README.md"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//! }
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/native-tls/0.1.5")]
#![doc(html_root_url = "https://docs.rs/native-tls/0.2")]
#![warn(missing_docs)]

#[macro_use]
Expand Down

0 comments on commit 051101b

Please sign in to comment.