Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump stark-backend tag
Browse files Browse the repository at this point in the history
jonathanpwang committed Jan 26, 2025
1 parent 8ddf839 commit c5c8053
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -106,8 +106,8 @@ lto = "thin"

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

# OpenVM
openvm-sdk = { path = "crates/sdk", default-features = false }
2 changes: 1 addition & 1 deletion crates/circuits/poseidon2-air/src/tests.rs
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ use openvm_stark_sdk::{
baby_bear_poseidon2::{engine_from_perm, random_perm},
fri_params::standard_fri_params_with_100_bits_conjectured_security,
},
engine::StarkEngine,
engine::StarkFriEngine,
p3_baby_bear::BabyBear,
utils::create_seeded_rng,
};

0 comments on commit c5c8053

Please sign in to comment.