From f9a3dc131bd6d93a212479d6e9e81f426266b676 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Tue, 19 Nov 2019 18:17:53 +0800 Subject: [PATCH] Use the crates.io versions of the rpki and bcder libs. --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b113c06a..5e017656a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,8 +38,4 @@ ignore = "^0.4" [features] default = [] -extra-debug = [ "rpki/extra-debug" ] - -[patch.crates-io] -rpki = { git = "https://github.com/NLnetLabs/rpki-rs" } -bcder = { git = "https://github.com/NLnetLabs/bcder" } \ No newline at end of file +extra-debug = [ "rpki/extra-debug" ] \ No newline at end of file