From 1f277716ef463769b16d34d59bc407ee3b877160 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Thu, 16 Nov 2023 13:55:26 -0600 Subject: [PATCH] fix(release): mark other packages as publish=false --- bottomless-cli/Cargo.toml | 1 + bottomless/Cargo.toml | 1 + libsql-shell/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/bottomless-cli/Cargo.toml b/bottomless-cli/Cargo.toml index a8496993d0..d5aae571df 100644 --- a/bottomless-cli/Cargo.toml +++ b/bottomless-cli/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" keywords = ["libsql", "sqlite", "s3", "cli", "replication"] repository = "https://github.com/libsql/libsql" description = "Command-line interface for bottomless replication for libSQL" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bottomless/Cargo.toml b/bottomless/Cargo.toml index fd1e7240e3..c58a3ab9fd 100644 --- a/bottomless/Cargo.toml +++ b/bottomless/Cargo.toml @@ -7,6 +7,7 @@ keywords = ["libsql", "sqlite", "s3", "wal", "replication"] repository = "https://github.com/libsql/libsql" readme = "bottomless/README.md" description = "Bottomless replication for libSQL" +publish = false [dependencies] anyhow = "1.0.66" diff --git a/libsql-shell/Cargo.toml b/libsql-shell/Cargo.toml index 6ef451b456..e540b8c9a4 100644 --- a/libsql-shell/Cargo.toml +++ b/libsql-shell/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" keywords = ["libsql", "sqlite", "cli", "database", "shell"] description = "Command-line interface for libSQL - an open-source and open-contribution fork of SQLite" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html