summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-04-11 16:40:12 +0200
committerNadrieril2019-04-11 16:40:12 +0200
commitc42b3daead61f7ae59a2fb2d31be772eeb2205dc (patch)
tree9c93ad19c7d852a03f468e67ad35a36221d7637a /dhall/Cargo.toml
parentb694e567392256eb0a429586b2230253d4d80564 (diff)
Ditch quick_error because it doesn't support generic parameters
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 7f695d4..0c9b97a 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -13,7 +13,6 @@ bytecount = "0.5.1"
itertools = "0.8.0"
lalrpop-util = "0.16.3"
term-painter = "0.2.3"
-quick-error = "1.2.2"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.9.0"
dhall_core = { path = "../dhall_core" }