Use chashmap from crates (#615)

This commit is contained in:
David
2018-11-07 18:14:47 +01:00
committed by Pierre Krieger
parent 61f280f3ef
commit c3a92472bb

View File

@ -6,7 +6,7 @@ license = "MIT"
[dependencies]
base64 = "0.7"
chashmap = { git = "https://github.com/redox-os/tfs" }
chashmap = "2.2"
futures = "0.1"
serde = "1.0"
serde_json = "1.0"