diff --git a/.gitignore b/.gitignore index 1b0cdf5..556f43d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /tinyvec-1.2.0.crate /tinyvec-1.3.1.crate /tinyvec-1.5.0.crate +/tinyvec-1.5.1.crate diff --git a/rust-tinyvec.spec b/rust-tinyvec.spec index d0b50ab..c9d2c19 100644 --- a/rust-tinyvec.spec +++ b/rust-tinyvec.spec @@ -5,7 +5,7 @@ %global crate tinyvec Name: rust-%{crate} -Version: 1.5.0 +Version: 1.5.1 Release: %autorelease Summary: 100% safe vec-like data structures diff --git a/sources b/sources index 57fefd6..a405d59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tinyvec-1.5.0.crate) = b4d1624965ed6b7e8ea45d80fd7332b5733d7b5e78f8167d13c9b9e8eaf3c586268c2f88ea0c51211808def997f8e751214e3de757b19076807adf7aca8aba82 +SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 diff --git a/tinyvec-fix-metadata.diff b/tinyvec-fix-metadata.diff index d2489b8..a3c229b 100644 --- a/tinyvec-fix-metadata.diff +++ b/tinyvec-fix-metadata.diff @@ -1,6 +1,6 @@ ---- tinyvec-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tinyvec-1.5.0/Cargo.toml 2021-09-27T13:03:37.441638+00:00 -@@ -48,8 +48,6 @@ +--- tinyvec-1.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tinyvec-1.5.1/Cargo.toml 2021-11-09T21:43:49.643537+00:00 +@@ -56,8 +56,6 @@ [dependencies.tinyvec_macros] version = "0.1" optional = true @@ -9,3 +9,11 @@ [dev-dependencies.serde_test] 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 = []