Skip to content

Commit

Permalink
Merge pull request #24 from anweiss/cargo-publish-fix
Browse files Browse the repository at this point in the history
Cargo publishing fix
  • Loading branch information
anweiss authored Mar 17, 2020
2 parents 788d9ad + ad5fe97 commit bf9f3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit bf9f3cb

Please sign in to comment.