diff --git a/Cargo.toml b/Cargo.toml index 2a6c7d12..86ec49d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ regex = "1.2" chrono = "0.4" uriparse = { version = "0.6", optional = true } itertools = "0.8" -annotate-snippets = { git = "https://github.com/rust-lang/annotate-snippets-rs" } +annotate-snippets = { git = "https://github.com/rust-lang/annotate-snippets-rs", version = "0.6" } [dev-dependencies] pretty_assertions = { git = "https://github.com/colin-kiegel/rust-pretty-assertions" }