diff --git a/rust/Makefile b/rust/Makefile index 801be38..476960d 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -196,7 +196,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 \ @@ -222,4 +222,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 $@"