void-packages/srcpkgs/pijul/patches/bindgen.patch

10 lines
267 B
Diff
Raw Normal View History

2019-09-05 17:11:31 +00:00
--- Cargo.toml.orig
+++ Cargo.toml
2019-09-05 17:33:07 +00:00
@@ -133,3 +133,6 @@
2019-09-05 17:11:31 +00:00
version = "2.0"
[target."cfg(unix)".dependencies.tokio-uds]
version = "0.2"
+
2019-09-05 17:33:07 +00:00
+[replace]
+"bindgen:0.47.3" = {git = 'https://github.com/Duncaen/rust-bindgen', rev = "e70d9568887ffb6c2a7d7d165a71aed311a29129"}