Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajix committed May 21, 2024
1 parent 614c3ad commit 396aa21
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.12.0"
version = "0.12.1"
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.12.0"
version = "0.12.1"
edition = "2021"
description = "Redis multiplexing with reconnection notifications and MGET auto-batching"
readme = "../../README.md"
Expand All @@ -13,7 +13,7 @@ rust-version = "1.75"

[dependencies]
arc-swap = "1.7"
derive-redis-swapplex = { version = "0.12.0", path = "../derive-redis-swapplex" }
derive-redis-swapplex = { version = "0.12.1", path = "../derive-redis-swapplex" }
env-url = "2.1"
futures-util = "0.3"
into-bytes = "0.1"
Expand Down

0 comments on commit 396aa21

Please sign in to comment.