Skip to content

Commit 7478281

Browse files
author
Dmitry Polyakovsky
committed
updating crate version to 0.1.11
1 parent 6a88865 commit 7478281

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ src/redisraw/bindings.rs
2121
venv/
2222
tmp/*
2323
shutdown_log.txt
24+
.DS_Store

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.10"
3+
version = "0.1.11"
44
authors = ["Dmitry Polyakovsky <dmitry.polyakovsky@oracle.com>"]
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.10"
3+
version = "0.1.11"
44
authors = ["Dmitry Polyakovsky <dmitry.polyakovsky@oracle.com"]
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.10"
3+
version = "0.1.11"
44
authors = ["Dmitry Polyakovsky <dmitry.polyakovsky@oracle.com>"]
55
edition = "2021"
66
description = "A macros crate for valkeymodule-rs"

0 commit comments

Comments
 (0)