Skip to content

Commit

Permalink
[refactor]: Finally, use crates-io version of manyhow
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Strygin <[email protected]>
  • Loading branch information
DCNick3 committed Jul 21, 2023
1 parent 658d408 commit b912308
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 12 additions & 10 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions version/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ syn2 = { workspace = true, features = ["default", "full"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }

# The 0.5.0 release is not what it claims to be: https://github.com/ModProg/manyhow/issues/8
# use a crates-io release when it gets sorted out
manyhow = { git = "https://github.com/ModProg/manyhow.git", rev = "eb431de5d3e12075e157ed1ecd7aff87a5d3bbee", features = ["darling"] }
manyhow = { version = "0.5.1", features = ["darling"] }
darling = { version = "0.20.1" }

[dev-dependencies]
Expand Down

0 comments on commit b912308

Please sign in to comment.