From 7f2d5c146bf66afd439cc1e83458ec5fd0f32663 Mon Sep 17 00:00:00 2001 From: Robert Remen Date: Fri, 10 Nov 2023 13:56:13 +0100 Subject: [PATCH] switch CUDA crates to era-cuda repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7d508b..2d8484f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # circuit_definitions = { path = "../era-zkevm_test_harness/circuit_definitions", package = "circuit_definitions", optional = true } boojum = { git = "https://github.com/matter-labs/era-boojum", branch = "main" } -boojum-cuda = { git = "https://github.com/matter-labs/era-boojum-cuda", branch = "rr-era-cuda-switch" } +boojum-cuda = { git = "https://github.com/matter-labs/era-boojum-cuda", branch = "main" } cudart = { git = "https://github.com/matter-labs/era-cuda", branch = "main", package = "cudart" } circuit_definitions = { git = "https://github.com/matter-labs/era-zkevm_test_harness", branch = "v1.4.0", package = "circuit_definitions", optional = true }