[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Use rangemap 0.1.10



commit 85dcd4ce079182b3b6ec1399a233bc99c0dd8921
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Mon Feb 22 13:22:24 2021 -0500

    Use rangemap 0.1.10
    
    0.1.9 fixed a range-coalescing bug; 0.1.10 fixed a performance
    regression.
---
 scripts/maint/geoip/geoip-db-tool/Cargo.toml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/maint/geoip/geoip-db-tool/Cargo.toml b/scripts/maint/geoip/geoip-db-tool/Cargo.toml
index b08863924a..8c794ca058 100644
--- a/scripts/maint/geoip/geoip-db-tool/Cargo.toml
+++ b/scripts/maint/geoip/geoip-db-tool/Cargo.toml
@@ -10,7 +10,5 @@ publish = false
 
 [dependencies]
 ipnetwork= "0.17.0"
-rangemap= "0.1.9"
-# I use this for now to avoid a performance hit due to a bug on 0.1.9
-# rangemap = {version = "*", path = "/home/nickm/src/rangemap/" }
+rangemap = "0.1.10"
 argh = "0.1.4"



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits