Skip to content

Commit

Permalink
chore: disable syn default features
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed May 16, 2024
1 parent ecb4289 commit 50370e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-crypto-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ proc-macro = true

[dependencies]
starknet-curve = { version = "0.4.2", path = "../starknet-curve" }
syn = "2.0.55"
syn = { version = "2.0.55", default-features = false }
starknet-types-core = { version = "0.1.1", default-features = false, features = ["curve"] }

0 comments on commit 50370e9

Please sign in to comment.