Fix error during build: failed to run custom build command for sc-network-bitswap (#12494)

This commit is contained in:
令狐一冲
2022-10-26 16:43:48 +08:00
committed by GitHub
parent e475638827
commit 6cc497e220
+1 -1
View File
@@ -1,4 +1,4 @@
const PROTOS: &[&str] = &["bitswap.v1.2.0.proto"];
const PROTOS: &[&str] = &["src/schema/bitswap.v1.2.0.proto"];
fn main() {
prost_build::compile_protos(PROTOS, &["src/schema"]).unwrap();