File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77]
88
99[workspace .package ]
10- version = " 0.2.0 "
10+ version = " 0.1.1 "
1111edition = " 2024"
1212rust-version = " 1.89"
1313authors = [
" Josh Rotenberg <[email protected] >" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-cloud"
3- version = " 0.1.2 "
3+ version = " 0.1.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-enterprise"
3- version = " 0.1.2 "
3+ version = " 0.1.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl"
3- version = " 0.2.0 "
3+ version = " 0.1.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
@@ -16,8 +16,8 @@ name = "redisctl"
1616path = " src/main.rs"
1717
1818[dependencies ]
19- redis-cloud = { version = " 0.1.2 " , path = " ../redis-cloud" }
20- redis-enterprise = { version = " 0.1.2 " , path = " ../redis-enterprise" }
19+ redis-cloud = { version = " 0.1.1 " , path = " ../redis-cloud" }
20+ redis-enterprise = { version = " 0.1.1 " , path = " ../redis-enterprise" }
2121
2222# CLI dependencies
2323clap = { workspace = true }
You can’t perform that action at this time.
0 commit comments