Skip to content

Commit

Permalink
crates version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Sep 17, 2024
1 parent 4be694e commit ad1751d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ edition = "2021"
version = "0.1.0"

[workspace.dependencies]
anyhow = "1"
anyhow = "1.0.89"
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-sierra = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-vm = "1.0.1"
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
itertools = "0.13.0"
num-bigint = "0.4.4"
num-bigint = "0.4.6"
runner = { path = "runner" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
starknet-types-core = "0.1.5"
swiftness_proof_parser = { git = "https://github.com/iosis-tech/swiftness", rev = "a53d65ecbd7acf4611b0d587d815f4e9d4d493ed"}
thiserror = "1.0"
swiftness_proof_parser = "0.1.0"
thiserror = "1.0.63"

0 comments on commit ad1751d

Please sign in to comment.