Skip to content

Commit

Permalink
fiat-constify: Fix implementation for fiat-crypto >= 0.0.21 (#992)
Browse files Browse the repository at this point in the history
fiat-crypto introduced new types instead of just type aliases, this
causes the generated code to no longer compile. This is a breaking
change since this will no longer compile code generated by fiat-crypto
version < 0.0.21

Signed-off-by: Arvind Mukund <[email protected]>
  • Loading branch information
MasterAwesome authored Dec 20, 2023
1 parent f8f6f6e commit cc77203
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 284 deletions.
1 change: 1 addition & 0 deletions fiat-constify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ readme = "README.md"
edition = "2021"

[dependencies]
prettyplease = "0.2.15"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["extra-traits", "full"] }
Loading

0 comments on commit cc77203

Please sign in to comment.