diff --git a/Cargo.toml b/Cargo.toml index 9f178d7f..51eedcd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pasta_curves = { workspace = true, features = ["serde"] } serde = { version = "1.0", features = ["derive"] } trait-set = "0.3.0" abomonation = "0.7.3" -abomonation_derive = { git = "https://github.com/winston-h-zhang/abomonation_derive.git" } +abomonation_derive = { git = "https://github.com/lurk-lab/abomonation_derive.git" } [dev-dependencies] bincode = "1.3.3"