summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-05-03 23:33:23 +0200
committerNadrieril2019-05-03 23:33:23 +0200
commitca4e2b39c838cde6da835470699579e8eddc1535 (patch)
treecd205d59e7d2bfa9e0067a816d5109f0c190bd6d /dhall/Cargo.toml
parent1337310f0938294bb2c8da9dfdf3d30200c6b9f2 (diff)
No need for extra stack in tests anymore
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index de2ab7c..637d511 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -18,7 +18,6 @@ dhall_generator = { path = "../dhall_generator" }
[dev-dependencies]
pretty_assertions = "0.6.1"
-stacker = "0.1.5"
[build-dependencies]
walkdir = "2"