mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Update redisbloom, redisjson and redistimeseries versions to 7.99.2 Co-authored-by: YaacovHazan <yaacov.hazan@redislabs.com>
11 lines
268 B
Makefile
11 lines
268 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v7.99.2
|
|
MODULE_REPO = https://github.com/redisjson/redisjson
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/rejson.so
|
|
|
|
include ../common.mk
|
|
|
|
$(SRC_DIR)/.cargo_fetched:
|
|
cd $(SRC_DIR) && cargo fetch
|
|
|
|
get_source: $(SRC_DIR)/.cargo_fetched
|