Skip to content

Commit

Permalink
update starknet-types-core to 0.0.5 (#1524)
Browse files Browse the repository at this point in the history
* update starknet-types-core to 0.0.5

* update changelog
  • Loading branch information
edg-l authored Dec 22, 2023
1 parent fe72ee0 commit 7af0064
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Upcoming Changes

* feat(BREAKING): Replace `cairo-felt` crate with `starknet-types-core` [#1408](https://github.com/lambdaclass/cairo-vm/pull/1408)
* feat(BREAKING): Replace `cairo-felt` crate with `starknet-types-core` (0.0.5) [#1408](https://github.com/lambdaclass/cairo-vm/pull/1408)

* feat(BREAKING): Add Cairo 1 proof mode compilation and execution [#1517] (https://github.com/lambdaclass/cairo-vm/pull/1517)
* In the cairo1-run crate, now the Cairo 1 Programs are compiled and executed in proof-mode
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ keccak = { workspace = true }
hashbrown = { workspace = true }
anyhow = { workspace = true }
thiserror-no-std = { workspace = true }
starknet-types-core = { version = "0.0.4", default-features = false, features = ["serde"] }
starknet-types-core = { version = "0.0.5", default-features = false, features = ["serde"] }

# only for std
num-prime = { version = "0.4.3", features = ["big-int"], optional = true }
Expand Down

0 comments on commit 7af0064

Please sign in to comment.