Skip to content

Commit 8115f76

Browse files
committed
Update proto file link to the current location
1 parent 59c2218 commit 8115f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
#[cfg(genproto)]
1717
fn generate_protos() {
1818
download_file(
19-
"https://raw.githubusercontent.com/lightningdevkit/vss-server/7f492fcac0c561b212f49ca40f7d16075822440f/app/src/main/proto/vss.proto",
19+
"https://raw.githubusercontent.com/lightningdevkit/vss-server/022ee5e92debb60516438af0a369966495bfe595/proto/vss.proto",
2020
"src/proto/vss.proto",
2121
).unwrap();
2222

0 commit comments

Comments
 (0)