Skip to content

Commit

Permalink
Merge pull request #38 from fraktalio/renovate/derive_more-1.x
Browse files Browse the repository at this point in the history
Update Rust crate derive_more to v1
  • Loading branch information
idugalic authored Aug 11, 2024
2 parents 2357b0e + 74b36c3 commit 7b6f532
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
39 changes: 16 additions & 23 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ serde = {version = "1.0.200", features = ["derive"]}


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

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

0 comments on commit 7b6f532

Please sign in to comment.