Skip to content

Commit 79005a5

Browse files
chore: bump to v0.3.0 to fix version conflicts (#212)
Clean slate after partial v0.2.2 release. This will: - Skip over the conflicting v0.2.2 tag - Allow release-plz to work properly - Ensure all three crates are in sync
1 parent e1ab173 commit 79005a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.2.2"
10+
version = "0.3.0"
1111
edition = "2024"
1212
rust-version = "1.89"
1313
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]

crates/redisctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ name = "redisctl"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
redis-cloud = { version = "0.2.2", path = "../redis-cloud" }
20-
redis-enterprise = { version = "0.2.2", path = "../redis-enterprise" }
19+
redis-cloud = { version = "0.3.0", path = "../redis-cloud" }
20+
redis-enterprise = { version = "0.3.0", path = "../redis-enterprise" }
2121

2222
# CLI dependencies
2323
clap = { workspace = true }

0 commit comments

Comments
 (0)