Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-calvin committed Nov 9, 2023
1 parent 5a194a6 commit 931c5f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.9.0"
version = "0.8.7"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/cairo-vm/"
readme = "README.md"
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]

[workspace.dependencies]
felt = { package = "cairo-felt", path = "./felt", version = "0.9.0", default-features = false, features = [
felt = { package = "cairo-felt", path = "./felt", version = "=0.8.7", default-features = false, features = [
"alloc",
] }
cairo-vm = { path = "./vm", version = "0.9.0", default-features = false }
cairo-vm = { path = "./vm", version = "0.8.7", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = [
"serde",
Expand Down

0 comments on commit 931c5f8

Please sign in to comment.