pijul: fix bindgen patch
This commit is contained in:
parent
ae2666b156
commit
db5a41b411
@ -1,9 +1,9 @@
|
|||||||
--- Cargo.toml.orig
|
--- Cargo.toml.orig
|
||||||
+++ Cargo.toml
|
+++ Cargo.toml
|
||||||
@@ -133,3 +133,5 @@
|
@@ -133,3 +133,6 @@
|
||||||
version = "2.0"
|
version = "2.0"
|
||||||
[target."cfg(unix)".dependencies.tokio-uds]
|
[target."cfg(unix)".dependencies.tokio-uds]
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
+
|
+
|
||||||
+[patch.crates-io]
|
+[replace]
|
||||||
+bindgen = { git = 'https://github.com/Duncaen/rust-bindgen', rev = 'e70d9568887ffb6c2a7d7d165a71aed311a29129' }
|
+"bindgen:0.47.3" = {git = 'https://github.com/Duncaen/rust-bindgen', rev = "e70d9568887ffb6c2a7d7d165a71aed311a29129"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user