update to version 0.1.13

epel9
Fabio Valentini 4 years ago
parent 88aa97eb5d
commit 6041f0a14e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/stacker-0.1.9.crate
/stacker-0.1.11.crate
/stacker-0.1.12.crate
/stacker-0.1.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate stacker
Name: rust-%{crate}
Version: 0.1.12
Version: 0.1.13
Release: 1%{?dist}
Summary: Stack growth library useful when implementing deeply recursive algorithms
@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jan 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.13-1
- Update to version 0.1.13.
- Fixes RHBZ#1916341
* Sun Sep 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.12-1
- Update to version 0.1.12.

@ -1 +1 @@
SHA512 (stacker-0.1.12.crate) = a04f85faea76ded2801dd7fc01fbff495a259e4f7bb192025f82abfc398e785913d9fd6bc45b4223f18e4db63b4c6caf5c01a63951a0a20de0eab5a46053e8ed
SHA512 (stacker-0.1.13.crate) = 64aee7e5b66a95305c388be08e2c9adb887f1569c385ed4421247c76189d752c38c63c166cc6f8a3952f7a7c90504e7d86108f0feaf2694e79924a5e7ead6135

@ -1,5 +1,5 @@
--- stacker-0.1.12/Cargo.toml 2020-09-19T00:22:22+00:00
+++ stacker-0.1.12/Cargo.toml 2020-09-20T07:46:44.851681+00:00
--- stacker-0.1.13/Cargo.toml 1970-01-01T00:00:00+00:00
+++ stacker-0.1.13/Cargo.toml 2021-01-15T18:39:20.675965+00:00
@@ -36,6 +36,3 @@
version = "0.1.7"
[build-dependencies.cc]

Loading…
Cancel
Save