Skip to content

Commit

Permalink
Merge pull request #4 from TylerBloom/dependabot/cargo/derive_more-1.0
Browse files Browse the repository at this point in the history
Update derive_more requirement from 0.99 to 1.0
  • Loading branch information
TylerBloom authored Sep 26, 2024
2 parents a90d230 + 6ca758d commit 1ff4346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spirit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
# serde_json = { version = "1.0" }
# hex = { version = "0.4", features = ["serde"] }
derive_more = "0.99"
derive_more = "1.0"
array-concat = "0.5.2"
# once_cell = "1.19"
tracing = "0.1.40"
Expand Down

0 comments on commit 1ff4346

Please sign in to comment.