From 748422e77f63700ea4f67cfa0430b468cb64c089 Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Wed, 26 Jun 2024 18:02:00 -0400 Subject: [PATCH] Now that COVESA uservices have been updated to 1.5.8 we can now go back to using their main --- example-utils/hello-world-protos/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-utils/hello-world-protos/build.rs b/example-utils/hello-world-protos/build.rs index 8b27d2a1..c53f7af1 100644 --- a/example-utils/hello-world-protos/build.rs +++ b/example-utils/hello-world-protos/build.rs @@ -28,7 +28,7 @@ fn main() -> std::io::Result<()> { "https://raw.githubusercontent.com/googleapis/googleapis/master/google/type/timeofday.proto", "https://raw.githubusercontent.com/eclipse-uprotocol/up-spec/main/up-core-api/uprotocol/uoptions.proto", "https://raw.githubusercontent.com/COVESA/uservices/main/src/main/proto/example/hello_world/v1/hello_world_topics.proto", - "https://raw.githubusercontent.com/PLeVasseur/uservices/feature/update-uprotocol-options-path/src/main/proto/example/hello_world/v1/hello_world_service.proto", + "https://raw.githubusercontent.com/COVESA/uservices/main/src/main/proto/example/hello_world/v1/hello_world_service.proto" ], "helloworld", ) {