Skip to content

Commit

Permalink
Bump Cargo versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Apr 1, 2024
1 parent 3db5e1c commit 0683922
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "redis-macros"
description = "Simple macros and wrappers to redis-rs to automatically serialize and deserialize structs with serde."
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Daniel Grant"]
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ keywords = ["redis", "macro", "derive", "json"]

[dependencies]
redis = { version = "0.25", optional = true }
redis-macros-derive = { version = "0.2.1", optional = true, path = "./redis-macros-derive" }
redis-macros-derive = { version = "0.3.0", optional = true, path = "./redis-macros-derive" }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install it, simply add the package `redis-macros`. This package is a helper f

```toml
[dependencies]
redis-macros = "0.2.1"
redis-macros = "0.3.0"
redis = { version = "0.25.2" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
Expand Down
21 changes: 5 additions & 16 deletions redis-macros-derive/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion redis-macros-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "redis-macros-derive"
description = "Derive macros for the redis-macros package"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Daniel Grant"]
readme = "README.md"
Expand Down

0 comments on commit 0683922

Please sign in to comment.