Skip to content

Commit

Permalink
Bump derive-getters to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Feb 8, 2024
1 parent 5b381e3 commit 76f73bf
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 @@ -14,7 +14,7 @@ travis-ci = { repository = "marcelbuesing/can-dbc", branch = "dev" }
codecov = { repository = "marcelbuesing/can-dbc", branch = "dev", service = "github" }

[dependencies]
derive-getters = "0.2"
derive-getters = "0.3"
nom = { version = "7.1", features = ["alloc"] }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
Expand Down

0 comments on commit 76f73bf

Please sign in to comment.