Skip to content

Commit 41fbaec

Browse files
gkorlandgavrie
authored andcommitted
set rev
1 parent 1ffc527 commit 41fbaec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Cargo.lock
1212
/.idea
1313
src/raw/bindings.rs
1414
libredisearch.a
15+
16+
.vscode/

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ libc = "0.2"
1717
time = "0.1"
1818
enum-primitive-derive = "0.1.2"
1919
num-traits = "0.2.8"
20-
21-
redismodule = { git = "https://github.com/RedisLabsModules/redismodule-rs.git", branch = "master" }
20+
redismodule = { git = "https://github.com/RedisLabsModules/redismodule-rs.git", rev = "a070329" }
2221

2322
[build-dependencies]
2423
bindgen = "0.51"

0 commit comments

Comments
 (0)