Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 6a2015a

Browse files
authored
Merge pull request #4 from RedisLabsModules/gkorland-patch-1
Gkorland patch 1
2 parents ab21742 + 782f013 commit 6a2015a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77

88
steps:
99
- checkout
10+
- run:
11+
name: Install Submodules
12+
command: git submodule sync && git submodule update --init
1013
- run:
1114
name: Version information
1215
command: rustc --version; cargo --version; rustup --version

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
serde_json = "1.0"
1212
libc = "0.2"
13-
redismodule = { path = "../redismodule-rs", version = "0.1.0" }
13+
redismodule = { path = "redismodule-rs", version = "0.1.0" }

0 commit comments

Comments
 (0)