Skip to content

Commit

Permalink
Also bump derive dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn committed Aug 23, 2024
1 parent 8efafc7 commit ee9eb5e
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 @@ -22,7 +22,7 @@ default = []

[dependencies]
chrono = { version = "0.4.26", features = ["serde"], optional = true }
derive = { version = "0.8.0", package = "revision-derive", path = "derive" }
derive = { version = "0.9.0", package = "revision-derive", path = "derive" }
geo = { version = "0.26.0", features = ["use-serde"], optional = true }
ordered-float = { version = "3", optional = true }
regex = { version = "1.9.3", optional = true }
Expand Down

0 comments on commit ee9eb5e

Please sign in to comment.