From d724deda6da069266f0fa5a53a448bb602401c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Menci=C3=A8re?= <95620255+Nao-ris@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:58:14 +0200 Subject: [PATCH] Remove publish keyword in Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3829dc..742e67e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ edition = "2024" license-file = "libcblite_enterprise/LICENSE.txt" keywords = ["couchbase"] categories = ["database"] -publish = ["couchbase-lite-rust"] [dependencies] enum_primitive = "0.1.1"