diff options
author | Nadrieril | 2020-03-31 20:25:02 +0100 |
---|---|---|
committer | GitHub | 2020-03-31 20:25:02 +0100 |
commit | 5a5aa49e64197899006751db72e404f4b2292d4e (patch) | |
tree | 0b62e961c1de99ce9a78c4775ce8eab047cdf768 /dhall/Cargo.toml | |
parent | eecd41fe5dd155752aaaa06af02bc32f8a416ba5 (diff) | |
parent | e12fb2928307d240461e749e5d371cef17cf520c (diff) |
Merge pull request #156 from Nadrieril/fix-155
Fix #155
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r-- | dhall/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index bd91a1a..0ffe78b 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" build = "build.rs" [dependencies] -annotate-snippets = "0.6.1" +annotate-snippets = "0.7.0" itertools = "0.9.0" hex = "0.4.2" lazy_static = "1.4.0" |