mirror of
https://github.com/openharmony/third_party_rust_hyper-tls.git
synced 2026-06-30 21:37:56 -04:00
v0.5.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hyper-tls"
|
||||
version = "0.4.3" # don't forget html_root_url in lib.rs
|
||||
version = "0.5.0" # don't forget html_root_url in lib.rs
|
||||
description = "Default TLS implementation for use with hyper"
|
||||
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
//! Ok(())
|
||||
//! }
|
||||
//! ```
|
||||
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.5.0")]
|
||||
#![cfg_attr(test, deny(warnings))]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
Reference in New Issue
Block a user