From f72023b4faee11f5b6db65d8e4e4d6b4207badbb Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Tue, 15 Oct 2019 15:12:10 +0200 Subject: [PATCH] Depend on branch with possible fix for eq check on ResourceSet. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac07176d..c9206cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,5 +41,5 @@ default = [] extra-debug = [ "rpki/extra-debug" ] [patch.crates-io] -rpki = { git = "https://github.com/NLnetLabs/rpki-rs" } +rpki = { git = "https://github.com/NLnetLabs/rpki-rs", branch = "eq-for-owned-chain" } bcder = { git = "https://github.com/NLnetLabs/bcder" } \ No newline at end of file