Skip to content

Commit

Permalink
feat: lambdaworks-felt feature flag for cli (lambdaclass#1308)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Fontana <fontana.pedro93@gmail.com>
  • Loading branch information
2 people authored and kariy committed Jul 25, 2023
1 parent 726983d commit cad5438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

* feat: add `lambdaworks-felt` feature to `cairo-vm-cli` [#1308](https://github.com/lambdaclass/cairo-vm/pull/1308)

* chore: update dependencies, particularly clap 3.2 -> 4.3
* this removes dependency on _atty_, that's no longer mantained

Expand Down
1 change: 1 addition & 0 deletions cairo-vm-cli/Cargo.toml
Expand Up @@ -21,3 +21,4 @@ rstest = "0.17.0"
[features]
default = ["with_mimalloc"]
with_mimalloc = ["cairo-vm/with_mimalloc", "mimalloc"]
lambdaworks-felt = ["cairo-vm/lambdaworks-felt"]

0 comments on commit cad5438

Please sign in to comment.