Use rangemap 0.1.10

0.1.9 fixed a range-coalescing bug; 0.1.10 fixed a performance
regression.
This commit is contained in:
Nick Mathewson 2021-02-22 13:22:24 -05:00
parent dcad439e94
commit 85dcd4ce07

View File

@ -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"