Skip to content

Commit 97afeea

Browse files
bump stwo cairo (#243)
## Type - [ ] feature - [ ] bugfix - [ ] dev (no functional changes, no API changes) - [ ] fmt (formatting, renaming) - [ ] build - [ ] docs - [ ] testing ## Description ## Breaking changes? - [ ] yes - [ ] no <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/starkware-libs/proving-utils/243) <!-- Reviewable:end -->
1 parent 51c3207 commit 97afeea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.98"
1212
bincode = { version = "2.0.1", features = [
1313
"serde",
1414
] }
15-
cairo-air = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25c2f8a3de6b0495ea9136293a9f8d4cd16f85cb" }
15+
cairo-air = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25651700af2669ffe8063de1252ce5719fd79883" }
1616
cairo-lang-executable = "=2.12.4-dev.1"
1717
cairo-lang-runner = "=2.12.4-dev.1"
1818
cairo-lang-casm = "=2.12.4-dev.1"
@@ -32,10 +32,10 @@ sonic-rs = "0.3.17"
3232
starknet-crypto = "=0.8.1"
3333
starknet-ff = "0.3.7"
3434
starknet-types-core = "=0.2.0"
35-
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25c2f8a3de6b0495ea9136293a9f8d4cd16f85cb" }
36-
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25c2f8a3de6b0495ea9136293a9f8d4cd16f85cb" }
37-
stwo_cairo_prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25c2f8a3de6b0495ea9136293a9f8d4cd16f85cb" }
38-
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25c2f8a3de6b0495ea9136293a9f8d4cd16f85cb" }
35+
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25651700af2669ffe8063de1252ce5719fd79883" }
36+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25651700af2669ffe8063de1252ce5719fd79883" }
37+
stwo_cairo_prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25651700af2669ffe8063de1252ce5719fd79883" }
38+
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "25651700af2669ffe8063de1252ce5719fd79883" }
3939
tempfile = "3.10.1"
4040
thiserror = "1.0.61"
4141
thiserror-no-std = "2.0.2"

0 commit comments

Comments
 (0)