diff --git a/Cargo.lock b/Cargo.lock index 3210e97..cf2c748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,7 +1326,7 @@ dependencies = [ [[package]] name = "noir-runner" version = "0.1.0" -source = "git+https://github.com/jtriley-eth/noir-runner?branch=main#5aa065f62be20b92a9a32f22b5dd676b4634f67f" +source = "git+https://github.com/noir-lang/noir-runner?branch=main#2655620c6d0537bf6b4ddca2896283861090504f" dependencies = [ "acvm", "bn254_blackbox_solver", diff --git a/Cargo.toml b/Cargo.toml index 1c6d1f3..e63dae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dev-dependencies] sha2 = { version = "0.10.6", features = ["compress"] } proptest = "1.2.0" -noir-runner = { git = "https://github.com/jtriley-eth/noir-runner", branch = "main" } +noir-runner = { git = "https://github.com/noir-lang/noir-runner", branch = "main" }