mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
18 lines
997 B
Diff
18 lines
997 B
Diff
required for network-sandbox
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -1,8 +1,8 @@
|
|
[patch.crates-io]
|
|
-cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
|
|
-cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
|
|
-displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
|
|
-quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
|
|
+cxx = { package = "cxx", path = "../cxx-43f8f85eb1b9d99f10f7228ab679997c484ade69" }
|
|
+cxx-build = { package = "cxx-build", path = "../cxx-43f8f85eb1b9d99f10f7228ab679997c484ade69/gen/build" }
|
|
+displaydoc = { path = "../displaydoc-7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
|
|
+quickcheck = { path = "../quickcheck-6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
|
|
|
|
[profile.release]
|
|
lto = true
|