From 8f18b470ceb2288ace50e75dc2640f26f7daab0d Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 19 Jul 2020 19:01:47 -0400 Subject: [PATCH] Use released bgp-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9054eee..9709bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] bitcoin = "0.23" -bgp-rs = { git = "https://github.com/TheBlueMatt/bgp-rs", rev = "96bd15e67789b91f679f835fc62ff3beb16685bf" } +bgp-rs = "0.6" tokio = "0.1" bytes = "0.4" futures = "0.1" -- 2.30.2