Skip to content

Commit 1f19b99

Browse files
gavriegkorland
authored andcommitted
Add dummy version to allow building RediSearch from a published crate (#7)
* Remove deprecated gitignore entries * Add dummy version to allow building RediSearch from a published crates
1 parent 8bd0014 commit 1f19b99

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ Cargo.lock
1010
**/*.rs.bk
1111

1212
/.idea
13-
src/raw/bindings.rs
14-
libredisearch.a
15-
1613
.vscode/

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fn main() {
2727

2828
let mut dst = Config::new("RediSearch")
2929
.define("RS_BUILD_STATIC", "ON")
30+
.define("GIT_DESCRIBE_VERSION", "0.0.0")
3031
.build_target("redisearchS")
3132
.build();
3233

0 commit comments

Comments
 (0)