Loading .gitdiffignore 0 → 100644 +2 −0 Original line number Diff line number Diff line :(exclude)Cargo.lock :(exclude)package-lock.json Cargo.lock +0 −1 Original line number Diff line number Diff line Loading @@ -2730,7 +2730,6 @@ dependencies = [ "clickhouse", "clickhouse-client", "config", "datafusion", "futures", "health-check", "indexer", Loading crates/gitaly-client/build.rs +1 −0 Original line number Diff line number Diff line fn main() { println!("cargo:rerun-if-changed=build.rs"); #[cfg(feature = "regenerate-protos")] regenerate_protos(); } Loading crates/gkg-server/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ indexer = { path = "../indexer" } ontology = { path = "../ontology" } prost = { workspace = true } prost-types = { workspace = true } datafusion = { workspace = true } reqwest = { workspace = true } rustls = { workspace = true } parking_lot = { workspace = true } Loading crates/gkg-server/build.rs +1 −0 Original line number Diff line number Diff line fn main() { println!("cargo:rerun-if-changed=build.rs"); #[cfg(feature = "regenerate-protos")] regenerate_protos(); } Loading Loading
.gitdiffignore 0 → 100644 +2 −0 Original line number Diff line number Diff line :(exclude)Cargo.lock :(exclude)package-lock.json
Cargo.lock +0 −1 Original line number Diff line number Diff line Loading @@ -2730,7 +2730,6 @@ dependencies = [ "clickhouse", "clickhouse-client", "config", "datafusion", "futures", "health-check", "indexer", Loading
crates/gitaly-client/build.rs +1 −0 Original line number Diff line number Diff line fn main() { println!("cargo:rerun-if-changed=build.rs"); #[cfg(feature = "regenerate-protos")] regenerate_protos(); } Loading
crates/gkg-server/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ indexer = { path = "../indexer" } ontology = { path = "../ontology" } prost = { workspace = true } prost-types = { workspace = true } datafusion = { workspace = true } reqwest = { workspace = true } rustls = { workspace = true } parking_lot = { workspace = true } Loading
crates/gkg-server/build.rs +1 −0 Original line number Diff line number Diff line fn main() { println!("cargo:rerun-if-changed=build.rs"); #[cfg(feature = "regenerate-protos")] regenerate_protos(); } Loading