mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
7 lines
396 B
Diff
7 lines
396 B
Diff
--- Cargo.toml.orig 2019-01-16 20:11:57.372185694 +0100
|
|
+++ Cargo.toml 2019-01-16 20:13:37.474282852 +0100
|
|
@@ -63,3 +63,4 @@
|
|
[patch.crates-io]
|
|
libudev-sys = { path = "dom/webauthn/libudev-sys" }
|
|
serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums8" }
|
|
+libc = { git = "https://github.com/rust-lang/libc", rev = "914eba137b25ece7ade3986f1e34df9cf439af22" }
|