Skip to content

Commit

Permalink
Merge pull request #59 from fraktalio/renovate/derive_more-2.x
Browse files Browse the repository at this point in the history
Update Rust crate derive_more to v2
  • Loading branch information
idugalic authored Feb 16, 2025
2 parents ca0b0e5 + f34eee0 commit a39c7ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -10,6 +10,6 @@ serde = {version = "1.0.200", features = ["derive"]}


[dev-dependencies]
derive_more = { version = "1", features = ["display"] }
derive_more = { version = "2", features = ["display"] }

tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }

0 comments on commit a39c7ce

Please sign in to comment.