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 10, 2023
1 parent 5e73400 commit f8625f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
29 changes: 16 additions & 13 deletions Cargo.lock

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

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

[workspace.package]
version = "0.8.7"
version = "0.8.8"
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.8.7", default-features = false, features = [
"alloc",
] }
felt = { package = "cairo-felt", version = "0.8.7" }

# felt = { package = "cairo-felt", path = "./felt", version = "0.8.8", default-features = false, features = [
# "alloc",
# ] }
cairo-vm = { path = "./vm", version = "0.8.2", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = [
Expand Down

0 comments on commit f8625f2

Please sign in to comment.