Skip to content

Commit

Permalink
build(vm): remove unused implicit features
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Jun 24, 2023
1 parent 60f5946 commit fa61edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

* build: remove unused implicit features from cairo-vm

#### [0.6.1] - 2023-6-23

* fix: updated the `custom_hint_example` and added it to the workspace [#1258](https://github.com/lambdaclass/cairo-rs/pull/1258)
Expand Down
4 changes: 2 additions & 2 deletions vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ std = [
"starknet-crypto/std",
"parse-hyperlinks/std",
"felt/std",
"num-prime",
"dep:num-prime",
]
cairo-1-hints = ["cairo-lang-starknet", "cairo-lang-casm", "ark-ff", "ark-std"]
cairo-1-hints = ["dep:cairo-lang-starknet", "dep:cairo-lang-casm", "dep:ark-ff", "dep:ark-std"]


# Note that these features are not retro-compatible with the cairo Python VM.
Expand Down

0 comments on commit fa61edc

Please sign in to comment.