Skip to content

Commit d2257d6

Browse files
pefontanapefontana
andauthored
release-v2.0.0-rc0 (#1859)
Co-authored-by: pefontana <[email protected]>
1 parent efecd4f commit d2257d6

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+
#### [2.0.0-rc0] - 2024-10-22
6+
57
* chore: bump `cairo-lang-` dependencies to 2.9.0-dev.0 [#1858](https://github.com/lambdaclass/cairo-vm/pull/1858/files)
68

79
* chore: update Rust required version to 1.81.0 [#1857](https://github.com/lambdaclass/cairo-vm/pull/1857)

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
@@ -16,16 +16,16 @@ exclude = ["ensure-no_std"]
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "1.0.1"
19+
version = "2.0.0-rc0"
2020
edition = "2021"
2121
license = "Apache-2.0"
2222
repository = "https://github.com/lambdaclass/cairo-vm/"
2323
readme = "README.md"
2424
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]
2525

2626
[workspace.dependencies]
27-
cairo-vm = { path = "./vm", version = "1.0.1", default-features = false }
28-
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.1", default-features = false }
27+
cairo-vm = { path = "./vm", version = "2.0.0-rc0", default-features = false }
28+
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "2.0.0-rc0", default-features = false }
2929
mimalloc = { version = "0.1.37", default-features = false }
3030
num-bigint = { version = "0.4", default-features = false, features = [
3131
"serde",

0 commit comments

Comments
 (0)