Skip to content

Commit

Permalink
chore: set relayer-utils branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
zkfriendly committed Jan 6, 2025
1 parent f697a62 commit e29cfcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sqlx = { version = "0.8.2", features = [
bigdecimal = "0.3.1"
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.6.1", features = ["cors"] }
relayer-utils = { git = "https://github.com/zkemail/relayer-utils.git", branch = "feat/gpu_prover" }
relayer-utils = { git = "https://github.com/zkemail/relayer-utils.git", branch = "main" }
slog = { version = "2.7.0", features = [
"max_level_trace",
"release_max_level_warn",
Expand Down
4 changes: 2 additions & 2 deletions packages/relayer/src/prove.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::Result;
use relayer_utils::{
generate_email_circuit_input, generate_proof, generate_proof_gpu, u256_to_bytes32,
EmailCircuitParams, ParsedEmail, LOG,
generate_email_circuit_input, generate_proof_gpu, u256_to_bytes32, EmailCircuitParams,
ParsedEmail, LOG,
};
use slog::info;

Expand Down

0 comments on commit e29cfcd

Please sign in to comment.