Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit dd6b1e6

Browse files
committed
release v0.9.3
1 parent 6d56d72 commit dd6b1e6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 = "rediSQL"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Simone Mosciatti <[email protected]>"]
55

66
[lib]

redisql_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisql_lib"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Simone Mosciatti <[email protected]>"]
55

66
[build-dependencies]

redisql_lib/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn main() {
5151
}
5252
}
5353

54-
//let engine_pro = "-DENGINE_PRO=1";
54+
// let engine_pro = "-DENGINE_PRO=1";
5555
let engine_pro = "-DENGINE_PRO=0";
5656

5757
let bindings = bindgen::Builder::default()

0 commit comments

Comments
 (0)