Skip to content

Commit

Permalink
release v1.0.0-rc2 (#1748)
Browse files Browse the repository at this point in the history
* release-v1.0.0-rc2

* restore Cargo.lock

* update Cargo.lock

---------

Co-authored-by: Pedro Fontana <[email protected]>
  • Loading branch information
pefontana and Pedro Fontana committed May 3, 2024
1 parent 6c554e7 commit f3161e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 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

#### [1.0.0-rc2] - 2024-05-02

* `cairo1-run` CLI: Allow loading arguments from file[#1739](https://github.com/lambdaclass/cairo-vm/pull/1739)

* BREAKING: Remove unused `CairoRunner` field `original_steps`[#1742](https://github.com/lambdaclass/cairo-vm/pull/1742)
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "1.0.0-rc1"
version = "1.0.0-rc2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/cairo-vm/"
readme = "README.md"
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]

[workspace.dependencies]
cairo-vm = { path = "./vm", version = "1.0.0-rc1", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.0-rc1", default-features = false }
cairo-vm = { path = "./vm", version = "1.0.0-rc2", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.0-rc2", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = [
"serde",
Expand Down

0 comments on commit f3161e3

Please sign in to comment.