Skip to content

Commit

Permalink
fix: pin derive_more to avoid sudden breakages (#2584)
Browse files Browse the repository at this point in the history
To avoid sudden breakages in new releases, pin `deriver_more` to a
specific `beta`
  • Loading branch information
dignifiedquire authored Aug 3, 2024
1 parent 3f93765 commit cfda981
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 @@ -19,7 +19,7 @@ anyhow = "1"
async-channel = "2.3.1"
blake3 = { package = "iroh-blake3", version = "1.4.5"}
bytes = { version = "1.4", features = ["serde"] }
derive_more = { version = "1.0.0-beta.6", features = ["debug", "deref", "display", "from", "try_into", "into", "as_ref"] }
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "deref", "display", "from", "try_into", "into", "as_ref"] }
ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] }
futures-buffered = "0.2.4"
futures-lite = "2.3.0"
Expand Down

0 comments on commit cfda981

Please sign in to comment.