This commit is contained in:
Josh Stone 2020-09-11 16:48:29 -07:00
parent 5e789649d2
commit 9478da5374
2 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,9 @@ Summary: Utility that allows you to count code, quickly
License: MIT or ASL 2.0
URL: https://crates.io/crates/tokei
Source: %{crates_source}
# Initial patched metadata
# * Bump to parking_lot 0.11, https://github.com/XAMPPRocky/tokei/pull/575
Patch0: tokei-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}

11
tokei-fix-metadata.diff Normal file
View File

@ -0,0 +1,11 @@
--- tokei-12.0.4/Cargo.toml 2020-06-24T12:03:47+00:00
+++ tokei-12.0.4/Cargo.toml 2020-09-11T22:58:34.504385+00:00
@@ -67,7 +67,7 @@
version = "1.4.0"
[dependencies.parking_lot]
-version = "0.10.2"
+version = "0.11.0"
[dependencies.rayon]
version = "1.3.1"