diff --git a/crates/ere-risczero/Cargo.toml b/crates/ere-risczero/Cargo.toml index 06759ec..e0f5ab4 100644 --- a/crates/ere-risczero/Cargo.toml +++ b/crates/ere-risczero/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true [dependencies] zkvm-interface = { workspace = true } -anyhow = "1.0" +anyhow = "1.0" #TODO: remove only needed in tests toml = "0.8" tempfile = "3.3"