Pin the version of chashmap we use

This commit is contained in:
Jordan Johnson-Doyle 2019-02-15 21:16:31 +00:00
parent 5574fa69cf
commit 55bd19bb0d
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
2 changed files with 14 additions and 16 deletions

View file

@ -12,5 +12,5 @@ rocket = "0.4"
lazy_static = "1.2"
gpw = "0.1"
syntect = "3.0"
chashmap = { git = "https://github.com/redox-os/tfs" }
chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" }
serde = { version = "1.0", features = ["derive"] }