Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Dec 6, 2023
1 parent b073bf6 commit 95666d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 = "rustls-connector"
version = "0.18.5" # remember to update html_root_url
version = "0.19.0" # remember to update html_root_url
authors = ["Marc-Antoine Perennou <[email protected]>"]
edition = "2021"
description = "Connector similar to openssl or native-tls for rustls"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/rustls-connector/0.18.5/")]
#![doc(html_root_url = "https://docs.rs/rustls-connector/0.19.0/")]

//! # Connector similar to openssl or native-tls for rustls
//!
Expand Down

0 comments on commit 95666d8

Please sign in to comment.