Skip to content

Commit

Permalink
Bump codegen dependency to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Feb 8, 2024
1 parent 76f73bf commit 880eade
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 @@ -21,7 +21,7 @@ serde_derive = { version = "1.0", optional = true }

[dev-dependencies]
clap = { version = "4.5.0", features = ["cargo"] }
codegen = "0.1"
codegen = "0.2"

[features]
with-serde = ["serde", "serde_derive"]

0 comments on commit 880eade

Please sign in to comment.