Skip to content

Commit

Permalink
Upgrade codegen to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jan 16, 2024
1 parent 598cb60 commit 3b85dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ required-features = ["model"]
[dependencies]
backtrace = "0.3.69"
clap = "2.34.0"
codegen = "0.1.3"
codegen = "0.2.0"
byteorder = "1.5.0"
serde = "1.0.195"
serde_derive = "1.0.195"
Expand Down
2 changes: 1 addition & 1 deletion asn1rs-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
backtrace = "0.3.69"
codegen = "0.1.3"
codegen = "0.2.0"
syn = {version = "1.0.109", features = ["full", "extra-traits"] }
quote = "1.0.35"
proc-macro2 = "1.0.76"
Expand Down

0 comments on commit 3b85dfc

Please sign in to comment.