Skip to content

Commit

Permalink
feat: downgrade eyre version to work with other crates
Browse files Browse the repository at this point in the history
  • Loading branch information
JakkuSakura committed Jan 21, 2024
1 parent fd9aaca commit 4c4caf2
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 @@ -8,7 +8,7 @@ authors = ["PathScale"]

[dependencies]
# error
eyre = "0.6.11"
eyre = "=0.6.8"
# tokio
tokio = { version = "1.35.1", features = ["full"] }
# tracing
Expand Down

0 comments on commit 4c4caf2

Please sign in to comment.