8 lines
396 B
Diff
8 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" }
|