Skip to content

Commit f7e27ae

Browse files
committed
revert: allow publishing of library crates to crates.io
The crate names redis-cloud, redis-enterprise, and redis-common are actually available. The CI failure was likely due to temporary API issues, not name reservation.
1 parent 52f37ac commit f7e27ae

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

crates/redis-cloud/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ description = "Redis Cloud REST API client library"
1111
keywords = ["redis", "cloud", "api", "rest", "client"]
1212
categories = ["api-bindings", "database"]
1313
readme = "README.md"
14-
publish = false
1514

1615
[dependencies]
1716
async-trait = { workspace = true }

crates/redis-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ homepage.workspace = true
99
description = "Shared utilities for Redis CLI tools"
1010
keywords = ["redis", "cli", "common", "utilities"]
1111
categories = ["command-line-utilities", "api-bindings"]
12-
publish = false
1312

1413
[dependencies]
1514
anyhow = { workspace = true }

crates/redis-enterprise/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ description = "Redis Enterprise REST API client library"
1111
keywords = ["redis", "enterprise", "api", "rest", "client"]
1212
categories = ["api-bindings", "database"]
1313
readme = "README.md"
14-
publish = false
1514

1615
[dependencies]
1716
async-trait = { workspace = true }

0 commit comments

Comments
 (0)