aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-02-19 20:04:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-02-19 20:04:40 -0800
commit915acb1be8693f992afd7b5c82c2761c85b6b64d (patch)
treeef828efb8c8f86a470afab80fdde7585090e6e9c /Cargo.toml
parentbfdeb3439a617890a807a1ac643f84038b43f165 (diff)
downloadgeniza-915acb1be8693f992afd7b5c82c2761c85b6b64d.tar.gz
geniza-915acb1be8693f992afd7b5c82c2761c85b6b64d.zip
switch to resolve 0.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 400011d..1d6d965 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,11 +19,7 @@ bit-vec = "0.4.4"
data-encoding = "2.0"
chan = "0.1.20"
chan-signal = "0.3.1"
-
-# Temporarily need to use github master instead of crates version to get a
-# bugfix.
-[dependencies.resolve]
-git = "https://github.com/murarth/resolve"
+resolve = "0.2"
[dev-dependencies]
tempdir = "0.3"