From 9077f35266e64d8fac861e0bbc8c9c892d62fa25 Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Thu, 7 Mar 2024 10:24:27 -0600 Subject: [PATCH] Re-add patch.crates-io Signed-off-by: Max Lambrecht --- spire-api/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spire-api/Cargo.toml b/spire-api/Cargo.toml index 0ad700f..a676c4d 100644 --- a/spire-api/Cargo.toml +++ b/spire-api/Cargo.toml @@ -35,3 +35,6 @@ anyhow = "1" [features] integration-tests = [] + +[patch.crates-io] +spiffe = { path = "../spiffe" } \ No newline at end of file