From 93c13276c330a93924236bdf3b80b03d9f87d545 Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Wed, 16 Oct 2024 23:48:25 +0400 Subject: [PATCH] fix(enclave): proto build (#256) --- crates/enclave/proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/enclave/proto/Cargo.toml b/crates/enclave/proto/Cargo.toml index 77969d8c..455fe41b 100644 --- a/crates/enclave/proto/Cargo.toml +++ b/crates/enclave/proto/Cargo.toml @@ -17,7 +17,7 @@ Protobuf types defining the Quartz handshake to initialize connection between a [dependencies] # external -prost.workspace = true +prost = { workspace = true, features = ["derive"] } tonic.workspace = true [build-dependencies]