Skip to content

Commit 93b86ac

Browse files
dmitrypolDmitry Polyakovsky
andauthored
updated crate version (#212)
updated version to 0.1.10 for the crates Signed-off-by: Dmitry Polyakovsky <[email protected]> --------- Signed-off-by: Dmitry Polyakovsky <[email protected]> Signed-off-by: dmitrypol <[email protected]> Co-authored-by: Dmitry Polyakovsky <[email protected]>
1 parent 8ca7a93 commit 93b86ac

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "valkey-module"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Dmitry Polyakovsky <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

valkeymodule-rs-macros-internals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "valkey-module-macros-internals"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Dmitry Polyakovsky <[email protected]"]
55
edition = "2021"
66
description = "A macros crate for valkeymodule-rs"

valkeymodule-rs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "valkey-module-macros"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Dmitry Polyakovsky <[email protected]>"]
55
edition = "2021"
66
description = "A macros crate for valkeymodule-rs"

0 commit comments

Comments
 (0)