Skip to content

Commit

Permalink
Use git bugreport dependency until new release
Browse files Browse the repository at this point in the history
Fixes #151.
  • Loading branch information
tversteeg committed May 1, 2021
1 parent 95b117d commit 5fdbc9f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ is-it-maintained-open-issues = { repository = "tversteeg/emplace" }

[dependencies]
anyhow = { version = "1.0.40", features = ["backtrace"] }
bugreport = "0.3.0"
bugreport = { git = "https://github.com/sharkdp/bugreport.git" }
clap = { version = "3.0.0-beta.2", features = ["suggestions", "color", "wrap_help"] }
clap_generate = "3.0.0-beta.2"
colored = "2.0.0"
Expand Down

0 comments on commit 5fdbc9f

Please sign in to comment.