diff --git a/rust/Makefile b/rust/Makefile index 2100707..45994c7 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -197,7 +197,7 @@ install-debug-all: \ ### Download release REPO := anyproto/tantivy-go -VERSION := go/v0.0.3 +VERSION := v0.1.0 OUTPUT_DIR := ../libs TANTIVY_LIBS := android-386.tar.gz \ @@ -223,4 +223,4 @@ $(TANTIVY_LIBS): $(call download_tantivy_lib,$@) @tar -C $(OUTPUT_DIR)/$(shell echo $@ | cut -d'.' -f1) -xvzf $(OUTPUT_DIR)/$@ @rm -f $(OUTPUT_DIR)/$@ - @echo "Extracted $@" \ No newline at end of file + @echo "Extracted $@"