Skip to content

Commit 1e1692e

Browse files
author
Will Nelson
committed
Use crates.io dependency for resp
1 parent 0a834dc commit 1e1692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bytes = "1.1"
1818
deadpool = { version = "0.9", optional = true }
1919
futures = "0.3"
2020
pin-project-lite = "0.2"
21-
redust-resp = { path = "./resp" }
21+
redust-resp = { path = "./resp", version = "0.1" }
2222
serde = { version = "1.0", features = ["derive"], optional = true }
2323
serde_bytes = { version = "0.11", optional = true }
2424
tokio = { version = "1.18", features = ["net", "rt"] }

0 commit comments

Comments
 (0)