Skip to content

Commit b020f11

Browse files
authoredJan 8, 2024
Update version (#1543)
1 parent 42a652c commit b020f11

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
#### [1.0.0-rc0] - 2024-1-5
6+
57
* feat: Use `ProjectivePoint` from types-rs in ec_op builtin impl [#1532](https://github.com/lambdaclass/cairo-vm/pull/1532)
68

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

‎Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ exclude = ["ensure-no_std"]
1818
resolver = "2"
1919

2020
[workspace.package]
21-
version = "0.9.1"
21+
version = "1.0.0-rc0"
2222
edition = "2021"
2323
license = "Apache-2.0"
2424
repository = "https://github.com/lambdaclass/cairo-vm/"
2525
readme = "README.md"
2626
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]
2727

2828
[workspace.dependencies]
29-
cairo-vm = { path = "./vm", version = "0.9.1", default-features = false }
29+
cairo-vm = { path = "./vm", version = "1.0.0-rc0", default-features = false }
3030
mimalloc = { version = "0.1.37", default-features = false }
3131
num-bigint = { version = "0.4", default-features = false, features = [
3232
"serde",

0 commit comments

Comments
 (0)
Please sign in to comment.