File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " redust"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44edition = " 2021"
55repository = " https://github.com/appellation/redust"
66license = " MIT"
@@ -18,7 +18,7 @@ bytes = "1.1"
1818deadpool = { version = " 0.9" , optional = true }
1919futures = " 0.3"
2020pin-project-lite = " 0.2"
21- redust-resp = { path = " ./resp" , version = " 0.1 " }
21+ redust-resp = { path = " ./resp" , version = " 0.2 " }
2222serde = { version = " 1.0" , features = [" derive" ], optional = true }
2323serde_bytes = { version = " 0.11" , optional = true }
2424tokio = { version = " 1.18" , features = [" net" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " redust-resp"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44edition = " 2021"
55repository = " https://github.com/appellation/redust"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments