diff --git a/rust-serde_bytes.spec b/rust-serde_bytes.spec index eb21da2..87c02bf 100644 --- a/rust-serde_bytes.spec +++ b/rust-serde_bytes.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.10.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Optimized handling of `&[u8]` and `Vec` for Serde License: MIT or ASL 2.0 @@ -60,6 +60,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Jul 28 2018 Igor Gnatenko - 0.10.4-4 +- Rebuild to trigger tests + * Sat Jul 21 2018 Igor Gnatenko - 0.10.4-3 - Run tests in infrastructure