cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
87 stars 19 forks source link

Fix build fail on rust 1.53 #23

Closed cat-in-136 closed 3 years ago

cat-in-136 commented 3 years ago

The latest revision of rpm-rs fixes this problem. But it is not pushed to crate.io. So git revision is specified in Cargo.toml.

In addition, update cargo_toml

to fix #21