rust: Drop crates-io patch and use 0.4.0

The latest release of the crate includes the features and fixes we need.

Closes: #1639
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-10-25 14:52:12 -04:00 committed by Atomic Bot
parent 537a040b00
commit a87486e18e

View File

@ -16,11 +16,7 @@ tempfile = "3.0.3"
openat = "0.1.15"
curl = "0.4.14"
c_utf8 = "0.1.0"
systemd = "0.3.0"
# Until https://github.com/jmesmon/rust-systemd/pull/54 gets merged
[patch.crates-io]
systemd = { git = "https://github.com/jlebon/rust-systemd", branch = "pr/add-monotonic" }
systemd = "0.4.0"
[lib]
name = "rpmostree_rust"