Skip to content

Commit

Permalink
Update codegen to libflate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Oct 14, 2023
1 parent 365e0c6 commit a0aed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Macro codegen for the include-flate crate"
proc-macro = true

[dependencies]
libflate = "1.0.0"
libflate = "2.0.0"
proc-macro2 = "1.0.9"
quote = "1.0.2"
syn = { version = "2.0.2", features = ["full"] }

0 comments on commit a0aed34

Please sign in to comment.