Skip to content

Commit

Permalink
feat: lambdaworks-felt feature flag for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Jul 3, 2023
1 parent 1932562 commit 4a24e6f
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`

#### [0.8.1] - 2023-6-29

* chore: change mentions of *cairo-rs-py* to *cairo-vm-py* [#1296](https://github.com/lambdaclass/cairo-vm/pull/1296)
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 4a24e6f

Please sign in to comment.