Skip to content

Commit e531dc7

Browse files
author
Will Nelson
committed
v0.2.0
1 parent a2e45bc commit e531dc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redust"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
repository = "https://github.com/appellation/redust"
66
license = "MIT"
@@ -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", version = "0.1" }
21+
redust-resp = { path = "./resp", version = "0.2" }
2222
serde = { version = "1.0", features = ["derive"], optional = true }
2323
serde_bytes = { version = "0.11", optional = true }
2424
tokio = { version = "1.18", features = ["net"] }

resp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redust-resp"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
repository = "https://github.com/appellation/redust"
66
license = "MIT"

0 commit comments

Comments
 (0)