diff --git a/Cargo.toml b/Cargo.toml index 711ad55f5b..549c33fd9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ clap = "4.3.17" ff = "0.13" metrics = "0.22.0" neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", features = ["abomonation"] } -nova = { git = "https://github.com/lurk-lab/arecibo", branch = "type_simplifications", package = "arecibo", features = ["abomonate"]} +nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]} once_cell = "1.18.0" pairing = { version = "0.23" } pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }