Skip to content

Commit

Permalink
fix(release): mark other packages as publish=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Nov 16, 2023
1 parent 3415838 commit 1f27771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bottomless-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions bottomless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions libsql-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f27771

Please sign in to comment.