@ -50,6 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
# The crate has a mixture of newline styles.
# https://github.com/djkoloski/munge/pull/5
find . -type f | xargs -r -t dos2unix --keepdate
%cargo_prep
@ -6,5 +6,6 @@ build = [
[scripts.prep]
pre = [
"# The crate has a mixture of newline styles.",
"# https://github.com/djkoloski/munge/pull/5",
"find . -type f | xargs -r -t dos2unix --keepdate",
]