Update to 0.1.4

epel9
Josh Stone 5 years ago
parent 37f833babd
commit e78db42d4e

1
.gitignore vendored

@ -1,2 +1,3 @@
/serde_stacker-0.1.1.crate /serde_stacker-0.1.1.crate
/serde_stacker-0.1.3.crate /serde_stacker-0.1.3.crate
/serde_stacker-0.1.4.crate

@ -6,7 +6,7 @@
%global crate serde_stacker %global crate serde_stacker
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.3 Version: 0.1.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Serde adapter that avoids stack overflow by dynamically growing the stack Summary: Serde adapter that avoids stack overflow by dynamically growing the stack
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.1.4-1
- Update to 0.1.4
* Fri Jun 05 2020 Josh Stone <jistone@redhat.com> - 0.1.3-1 * Fri Jun 05 2020 Josh Stone <jistone@redhat.com> - 0.1.3-1
- Update to 0.1.3 - Update to 0.1.3

@ -1 +1 @@
SHA512 (serde_stacker-0.1.3.crate) = e5b390eddfa5d04b98652165e64331f257bc3c25a79965263a74101ee91aefb7ddb8d881c038df9458f3ec2bc917169d1e1d0378f67cd6c1db27ee66a232b69f SHA512 (serde_stacker-0.1.4.crate) = 4ac2f4df071e41b88ac5cc50da8a61c64b1b173854a18e58cf9568afe9310dd481521655319fa4241a19317090e54529d7c2246f1dd85716b05d35e77ae39d14

Loading…
Cancel
Save