diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |