From 0013b1b012d27192352290c9b09180b9cf83b6f8 Mon Sep 17 00:00:00 2001 From: David <3173957+0ex-d@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:18:39 +0100 Subject: [PATCH] fix the error handling in Rust build file --- navi/navi/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navi/navi/build.rs b/navi/navi/build.rs index 8757a1823..adfe00842 100644 --- a/navi/navi/build.rs +++ b/navi/navi/build.rs @@ -1,4 +1,4 @@ -fn main() -> Result<(), Box> { +fn main() -> Result<(), anyhow::Error> { //::compile_protos("proto/tensorflow_serving/apis/prediction_service.proto")?; tonic_build::configure().compile( &[