mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 12:31:17 +00:00
Move around stuff in sc_network (#5847)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
const PROTOS: &[&str] = &[
|
||||
"src/protocol/schema/api.v1.proto",
|
||||
"src/protocol/schema/finality.v1.proto",
|
||||
"src/protocol/schema/light.v1.proto"
|
||||
"src/schema/api.v1.proto",
|
||||
"src/schema/finality.v1.proto",
|
||||
"src/schema/light.v1.proto"
|
||||
];
|
||||
|
||||
fn main() {
|
||||
prost_build::compile_protos(PROTOS, &["src/protocol"]).unwrap();
|
||||
prost_build::compile_protos(PROTOS, &["src/schema"]).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user