You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
diff '--color=auto' -ruN below-0.5.0/Cargo.toml below-0.5.0-fix-metadata/Cargo.toml
|
|
|
|
--- below-0.5.0/Cargo.toml 1969-12-31 16:00:01.000000000 -0800
|
|
|
|
+++ below-0.5.0-fix-metadata/Cargo.toml 2022-02-17 22:51:13.480645198 -0800
|
|
|
|
@@ -112,3 +112,17 @@
|
|
|
|
|
|
|
|
[features]
|
|
|
|
enable_backtrace = []
|
|
|
|
+
|
|
|
|
+[patch.crates-io]
|
|
|
|
+cgroupfs = { path = "patched-crates/cgroupfs" }
|
|
|
|
+common = { path = "patched-crates/below-common", package = "below-common" }
|
|
|
|
+config = { path = "patched-crates/below-config", package = "below-config" }
|
|
|
|
+derive = { path = "patched-crates/below_derive", package = "below_derive" }
|
|
|
|
+dump = { path = "patched-crates/below-dump", package = "below-dump" }
|
|
|
|
+libbpf-rs = { path = "patched-crates/libbpf-rs" }
|
|
|
|
+libbpf-cargo = { path = "patched-crates/libbpf-cargo" }
|
|
|
|
+model = { path = "patched-crates/below-model", package = "below-model" }
|
|
|
|
+procfs = { path = "patched-crates/fb_procfs", package = "fb_procfs" }
|
|
|
|
+render = { path = "patched-crates/below-render", package = "below-render" }
|
|
|
|
+store = { path = "patched-crates/below-store", package = "below-store" }
|
|
|
|
+view = { path = "patched-crates/below-view", package = "below-view" }
|