Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajix committed Mar 23, 2023
1 parent 461673e commit 21ec38a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/derive-redis-swapplex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "derive-redis-swapplex"
authors = ["Thomas Sieverding <[email protected]>"]
edition = "2021"
version = "0.6.0"
version = "0.8.0"
description = "Derives for redis-swapplex"
readme = "../../README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/redis-swapplex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "redis-swapplex"
authors = ["Thomas Sieverding <[email protected]>"]
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "Redis multiplexing with reconnection notifications and MGET auto-batching"
readme = "../../README.md"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/Bajix/redis-swapplex/"

[dependencies]
arc-swap = "1.6.0"
derive-redis-swapplex = { version = "0.6.0", path = "../derive-redis-swapplex" }
derive-redis-swapplex = { version = "0.8.0", path = "../derive-redis-swapplex" }
env-url = "2.0.3"
futures-util = "0.3"
itoa = "1.0.6"
Expand Down

0 comments on commit 21ec38a

Please sign in to comment.