Depend on branch with possible fix for eq check on ResourceSet.

This commit is contained in:
Tim Bruijnzeels
2019-10-15 15:12:10 +02:00
parent 2c6d810aab
commit f72023b4fa
+1 -1
View File
@@ -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" }