Skip to content

Commit fc213ec

Browse files
chore: bump stark-backend tag (#1303)
1 parent 8ddf839 commit fc213ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ lto = "thin"
106106

107107
[workspace.dependencies]
108108
# Stark Backend
109-
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.4.1-alpha", default-features = false }
110-
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.4.1-alpha", default-features = false }
109+
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.0.0-rc.0", default-features = false }
110+
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.0.0-rc.0", default-features = false }
111111

112112
# OpenVM
113113
openvm-sdk = { path = "crates/sdk", default-features = false }

crates/circuits/poseidon2-air/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use openvm_stark_sdk::{
99
baby_bear_poseidon2::{engine_from_perm, random_perm},
1010
fri_params::standard_fri_params_with_100_bits_conjectured_security,
1111
},
12-
engine::StarkEngine,
12+
engine::StarkFriEngine,
1313
p3_baby_bear::BabyBear,
1414
utils::create_seeded_rng,
1515
};

0 commit comments

Comments
 (0)