Skip to content

Commit d624db4

Browse files
gkorlandgavrie
authored andcommitted
set sub module redismodule
1 parent 2546df6 commit d624db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ time = "0.1"
1818
enum-primitive-derive = "0.1.2"
1919
num-traits = "0.2.8"
2020

21-
redismodule = { path = "../redismodule-rs" }
21+
redismodule = { git = "https://github.com/RedisLabsModules/redismodule-rs.git", branch = "master" }
2222

2323
[build-dependencies]
2424
bindgen = "0.51"

0 commit comments

Comments
 (0)