Update to version 1.8.0; Fixes RHBZ#2296350

epel10 imports/epel10/rust-tinyvec-1.8.0-1.el10
Fabio Valentini 6 months ago
parent 398131adf1
commit 5da2fc260c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/tinyvec-1.6.0.crate
/tinyvec-1.6.1.crate
/tinyvec-1.7.0.crate
/tinyvec-1.8.0.crate

@ -5,7 +5,7 @@
%global crate tinyvec
Name: rust-tinyvec
Version: 1.7.0
Version: 1.8.0
Release: %autorelease
Summary: 100% safe vec-like data structures

@ -0,0 +1,6 @@
[package]
cargo-toml-patch-comments = [
"drop unused debugger_visualizer support",
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1 +1 @@
SHA512 (tinyvec-1.7.0.crate) = 9628e5a8861d01e22f00161b3cee58861a2801cd0c64016872bc0c6fb49899a553abd0bbed61064ed91e3a8fbd93e311b2a622fd21d74345e80ec27c1e2f36db
SHA512 (tinyvec-1.8.0.crate) = b7b32e38229645965900f80f298685f13e6d13e58cfd6945409a6643ca9c9adc2621456956d5998ab9dd91c2db4ae79638b156ca0d9c7c5505023fd9b28414df

@ -1,5 +1,5 @@
--- tinyvec-1.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.7.0/Cargo.toml 2024-07-06T13:57:06.965548+00:00
--- tinyvec-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.8.0/Cargo.toml 2024-08-09T13:09:16.202528+00:00
@@ -77,29 +77,8 @@
]

Loading…
Cancel
Save