summaryrefslogtreecommitdiff
path: root/dhall_core/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-04-14 23:28:48 +0200
committerNadrieril2019-04-14 23:28:48 +0200
commitac2448ea2240db0d3ae8f7d3574ce7ddc2fd57f9 (patch)
tree9bf5f8324df818a22da4eae0e72989e8b039b64f /dhall_core/Cargo.toml
parentbeadb7a9641dda256e505b6ad13fed5de701b040 (diff)
parent642d9f4519e0b792fa40879d5692f146afde3442 (diff)
Merge branch 'publish-improved_slice_patterns'
Diffstat (limited to '')
-rw-r--r--dhall_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_core/Cargo.toml b/dhall_core/Cargo.toml
index a2b242c..bfc418a 100644
--- a/dhall_core/Cargo.toml
+++ b/dhall_core/Cargo.toml
@@ -12,4 +12,4 @@ doctest = false
itertools = "0.8.0"
pest = "2.1"
dhall_generated_parser = { path = "../dhall_generated_parser" }
-iter_patterns = { path = "../iter_patterns" }
+improved_slice_patterns = { path = "../improved_slice_patterns" }