We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd0014 commit 1f19b99Copy full SHA for 1f19b99
.gitignore
@@ -10,7 +10,4 @@ Cargo.lock
10
**/*.rs.bk
11
12
/.idea
13
-src/raw/bindings.rs
14
-libredisearch.a
15
-
16
.vscode/
build.rs
@@ -27,6 +27,7 @@ fn main() {
27
28
let mut dst = Config::new("RediSearch")
29
.define("RS_BUILD_STATIC", "ON")
30
+ .define("GIT_DESCRIBE_VERSION", "0.0.0")
31
.build_target("redisearchS")
32
.build();
33
0 commit comments