From 67f9f76fdf9784c80b8b884efbc3d0f2f772f4a6 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 15 Sep 2024 00:42:05 -0400 Subject: [PATCH] Remove publish = false --- networks/ethereum/schnorr/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/networks/ethereum/schnorr/Cargo.toml b/networks/ethereum/schnorr/Cargo.toml index 1c5d4f02..d9bb77b0 100644 --- a/networks/ethereum/schnorr/Cargo.toml +++ b/networks/ethereum/schnorr/Cargo.toml @@ -6,7 +6,6 @@ license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/networks/ethereum/schnorr" authors = ["Luke Parker ", "Elizabeth Binks "] edition = "2021" -publish = false rust-version = "1.79" [package.metadata.docs.rs]