Skip to content

Commit

Permalink
updated version to 0.1.3 (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Polyakovsky <[email protected]>
Co-authored-by: Dmitry Polyakovsky <[email protected]>
  • Loading branch information
dmitrypol and Dmitry Polyakovsky authored Dec 10, 2024
1 parent 6785505 commit 617e752
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valkey-module"
version = "0.1.2"
version = "0.1.3"
authors = ["Dmitry Polyakovsky <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down Expand Up @@ -137,14 +137,14 @@ linkme = "0.3"
serde = { version = "1", features = ["derive"] }
nix = "0.26"
cfg-if = "1"
valkey-module-macros-internals = { path = "valkeymodule-rs-macros-internals", version = "0.1.2"}
valkey-module-macros-internals = { path = "valkeymodule-rs-macros-internals", version = "0.1.3"}
log = "0.4"

[dev-dependencies]
anyhow = "1"
redis = "0.27"
lazy_static = "1"
valkey-module-macros = { path = "valkeymodule-rs-macros", version = "0.1.1" }
valkey-module-macros = { path = "valkeymodule-rs-macros", version = "0.1.3" }
valkey-module = { path = "./", default-features = false, features = ["min-valkey-compatibility-version-8-0", "min-redis-compatibility-version-7-2"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion valkeymodule-rs-macros-internals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valkey-module-macros-internals"
version = "0.1.2"
version = "0.1.3"
authors = ["Dmitry Polyakovsky <[email protected]"]
edition = "2021"
description = "A macros crate for valkeymodule-rs"
Expand Down
2 changes: 1 addition & 1 deletion valkeymodule-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valkey-module-macros"
version = "0.1.2"
version = "0.1.3"
authors = ["Dmitry Polyakovsky <[email protected]>"]
edition = "2021"
description = "A macros crate for valkeymodule-rs"
Expand Down

0 comments on commit 617e752

Please sign in to comment.