Skip to content

Commit

Permalink
chore: add serde feature to cairo-lang-casm
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Oct 25, 2024
1 parent c794df9 commit 402c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-lang-sierra-to-casm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Emitting of CASM instructions from Sierra code."

[dependencies]
assert_matches.workspace = true
cairo-lang-casm = { path = "../cairo-lang-casm", version = "~2.8.4" }
cairo-lang-casm = { path = "../cairo-lang-casm", version = "~2.8.4", features = ["serde"] }
cairo-lang-sierra = { path = "../cairo-lang-sierra", version = "~2.8.4" }
cairo-lang-sierra-ap-change = { path = "../cairo-lang-sierra-ap-change", version = "~2.8.4" }
cairo-lang-sierra-gas = { path = "../cairo-lang-sierra-gas", version = "~2.8.4" }
Expand Down

0 comments on commit 402c62c

Please sign in to comment.