Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

* fix: Remove unused dependencies [#2238](https://github.com/lambdaclass/cairo-vm/pull/2238)

* chore: Unify deps makefile target [#2211](https://github.com/lambdaclass/cairo-vm/pull/2211)

* Fix bug affecting cairo1 programs with input and System builtin [#2207](https://github.com/lambdaclass/cairo-vm/pull/2207)
Expand Down
1 change: 0 additions & 1 deletion cairo1-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ assert_matches = "1.5.0"
rstest = "0.17.0"
num-traits = { version = "0.2", default-features = false }
num-bigint.workspace = true
getrandom = { version = "0.2.16", features = ["js"]}

[features]
default = ["std"]
Expand Down
2 changes: 0 additions & 2 deletions examples/wasm-demo-cairo1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ wasm-bindgen = "0.2.100"
# code size when deploying.
console_error_panic_hook = { version = "0.1.6", optional = true }

serde_json = { workspace = true }

cairo-lang-sierra = { workspace = true }
cairo-vm = { workspace = true }
cairo1-run = { path = "../../cairo1-run", default-features = false }
Loading