Skip to content

Commit f3161e3

Browse files
pefontanaPedro Fontana
and
Pedro Fontana
authored
release v1.0.0-rc2 (#1748)
* release-v1.0.0-rc2 * restore Cargo.lock * update Cargo.lock --------- Co-authored-by: Pedro Fontana <[email protected]>
1 parent 6c554e7 commit f3161e3

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
#### [1.0.0-rc2] - 2024-05-02
6+
57
* `cairo1-run` CLI: Allow loading arguments from file[#1739](https://github.com/lambdaclass/cairo-vm/pull/1739)
68

79
* BREAKING: Remove unused `CairoRunner` field `original_steps`[#1742](https://github.com/lambdaclass/cairo-vm/pull/1742)

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ exclude = ["ensure-no_std"]
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "1.0.0-rc1"
23+
version = "1.0.0-rc2"
2424
edition = "2021"
2525
license = "Apache-2.0"
2626
repository = "https://github.com/lambdaclass/cairo-vm/"
2727
readme = "README.md"
2828
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]
2929

3030
[workspace.dependencies]
31-
cairo-vm = { path = "./vm", version = "1.0.0-rc1", default-features = false }
32-
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.0-rc1", default-features = false }
31+
cairo-vm = { path = "./vm", version = "1.0.0-rc2", default-features = false }
32+
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.0-rc2", default-features = false }
3333
mimalloc = { version = "0.1.37", default-features = false }
3434
num-bigint = { version = "0.4", default-features = false, features = [
3535
"serde",

0 commit comments

Comments
 (0)