Skip to content

Commit 93f1f54

Browse files
pefontanaPedro Fontana
andauthored
release v1.0.1 (#1821)
Co-authored-by: Pedro Fontana <[email protected]>
1 parent e6b8586 commit 93f1f54

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.1] - 2024-08-12
6+
57
* fix(BREAKING): [#1818](https://github.com/lambdaclass/cairo-vm/pull/1818):
68
* Fix `MemorySegmentManager::add_zero_segment` function when resizing a segment
79
* Signature change(BREAKING): `MemorySegmentManager::get_memory_holes` now receives `builtin_segment_indexes: HashSet<usize>`

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"
23+
version = "1.0.1"
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", default-features = false }
32-
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.0", default-features = false }
31+
cairo-vm = { path = "./vm", version = "1.0.1", default-features = false }
32+
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.1", 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)