Update to 10.0.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-07-06 11:21:34 +02:00
parent f1dcc67389
commit 4102c2e2c0
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
4 changed files with 6 additions and 13 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/tokei-9.1.0.crate
/tokei-9.1.1.crate
/tokei-10.0.0.crate
/tokei-10.0.1.crate

View File

@ -4,7 +4,7 @@
%global crate tokei
Name: rust-%{crate}
Version: 10.0.0
Version: 10.0.1
Release: 1%{?dist}
Summary: Utility that allows you to count code, quickly
@ -176,6 +176,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jul 06 11:20:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.0.1-1
- Update to 10.0.1
* Wed Jun 19 12:33:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.0.0-1
- Update to 10.0.0

View File

@ -1 +1 @@
SHA512 (tokei-10.0.0.crate) = 01dc955cb088e8bfe9d9060dd9439fa96781ace0eb42669193f90df570f698f372efc3a71bdb6c1d6f49bc9270b8de8929ad039851a8a821bf8391afb72e2cfa
SHA512 (tokei-10.0.1.crate) = d9fa4e8cc07b8a34d76416303eec9c801d6e646a5a0ad3eba6f0da668227738d21139e5d8504bb89b7bdf2f144ed122c1a2a7432852cf54f4dd9cd486ead654c

View File

@ -1,11 +0,0 @@
--- tokei-9.1.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tokei-9.1.1/Cargo.toml 2019-06-07T19:18:38.385030+00:00
@@ -77,7 +77,7 @@
[dependencies.toml]
version = "0.5"
[dev-dependencies.git2]
-version = "0.8.0"
+version = "0.9.0"
features = []
default-features = false