update to version 0.5.0

epel9
Fabio Valentini 4 years ago
parent 7948c5630d
commit bacc138e82
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/hyper-tls-0.3.2.crate
/hyper-tls-0.4.1.crate
/hyper-tls-0.4.3.crate
/hyper-tls-0.5.0.crate

@ -1,7 +1,9 @@
--- hyper-tls-0.4.1/Cargo.toml 2020-01-09T20:35:35+00:00
+++ hyper-tls-0.4.1/Cargo.toml 2020-02-11T10:12:01.781531+00:00
@@ -42,4 +42,3 @@
features = ["io-std", "macros"]
[features]
--- hyper-tls-0.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hyper-tls-0.5.0/Cargo.toml 2021-03-06T21:51:14.218083+00:00
@@ -45,6 +45,3 @@
[dev-dependencies.tokio]
version = "1.0.0"
features = ["io-std", "macros", "io-util"]
-
-[features]
-vendored = ["native-tls/vendored"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate hyper-tls
Name: rust-%{crate}
Version: 0.4.3
Release: 3%{?dist}
Version: 0.5.0
Release: 1%{?dist}
Summary: Default TLS implementation for use with hyper
# Upstream license specification: MIT/Apache-2.0
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-1
- Update to version 0.5.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (hyper-tls-0.4.3.crate) = 4b16103a8490d9b39569b589747dbcad60cb5a904cfc1bbd19fd6770bb7a67ea3de0afbe46b3f08f107a8e6ad00bf74e2049d99b5d4d1cd04f1dcec4b0a3c301
SHA512 (hyper-tls-0.5.0.crate) = 45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e

Loading…
Cancel
Save