Skip to content

Commit

Permalink
Release v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed May 27, 2024
1 parent 0af3169 commit 5ed6bd1
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 = "native-tls"
version = "0.2.11"
version = "0.2.12"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
//! }
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/native-tls/0.2")]
#![warn(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))]

Expand Down

0 comments on commit 5ed6bd1

Please sign in to comment.