Skip to content

Commit

Permalink
fix(cargo): Pin dependency anyhow to 1.0.59
Browse files Browse the repository at this point in the history
There is an annoying bug in 1.60 that prevents rust-analyzer from
generating proc macros.

See dtolnay/anyhow#250
  • Loading branch information
marhkb committed Aug 6, 2022
1 parent eba8989 commit 51ef24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
adw = { version = "0.2.0-alpha.2", package = "libadwaita", features = ["v1_2"] }
anyhow = "1"
anyhow = "=1.0.59"
cascade = "1"
futures = { version = "0.3", default-features = false }
gettext-rs = { version = "0.7", features = ["gettext-system"] }
Expand Down

0 comments on commit 51ef24a

Please sign in to comment.