From a9cd1d324bd0b09a03f8aa75394ff40808219394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 18 Aug 2023 11:18:09 -0400 Subject: [PATCH] chore: Switch to lurk-lab fork of abomonation-derive - Modified the source of the `abomonation_derive` dependency in `Cargo.toml`. - Shifted from `winston-h-zhang`'s repository to `lurk-lab`'s repository for better maintenance and updates. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"