Update to version 1.5.1; Fixes RHBZ#2021645

epel9
Fabio Valentini 3 years ago
parent 8eea31868f
commit acd9a86f51
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/tinyvec-1.2.0.crate /tinyvec-1.2.0.crate
/tinyvec-1.3.1.crate /tinyvec-1.3.1.crate
/tinyvec-1.5.0.crate /tinyvec-1.5.0.crate
/tinyvec-1.5.1.crate

@ -5,7 +5,7 @@
%global crate tinyvec %global crate tinyvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.5.0 Version: 1.5.1
Release: %autorelease Release: %autorelease
Summary: 100% safe vec-like data structures Summary: 100% safe vec-like data structures

@ -1 +1 @@
SHA512 (tinyvec-1.5.0.crate) = b4d1624965ed6b7e8ea45d80fd7332b5733d7b5e78f8167d13c9b9e8eaf3c586268c2f88ea0c51211808def997f8e751214e3de757b19076807adf7aca8aba82 SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849

@ -1,6 +1,6 @@
--- tinyvec-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tinyvec-1.5.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.5.0/Cargo.toml 2021-09-27T13:03:37.441638+00:00 +++ tinyvec-1.5.1/Cargo.toml 2021-11-09T21:43:49.643537+00:00
@@ -48,8 +48,6 @@ @@ -56,8 +56,6 @@
[dependencies.tinyvec_macros] [dependencies.tinyvec_macros]
version = "0.1" version = "0.1"
optional = true optional = true
@ -9,3 +9,11 @@
[dev-dependencies.serde_test] [dev-dependencies.serde_test]
version = "1.0" version = "1.0"
@@ -71,7 +69,6 @@
experimental_write_impl = []
grab_spare_slice = []
nightly_slice_partition_dedup = []
-real_blackbox = ["criterion/real_blackbox"]
rustc_1_40 = []
rustc_1_55 = ["rustc_1_40"]
std = []

Loading…
Cancel
Save