Skip to content

Commit

Permalink
fix(enclave): proto build (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Oct 21, 2024
1 parent 0113a6e commit 93c1327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/enclave/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 93c1327

Please sign in to comment.