Skip to content

Commit

Permalink
Use crc64fast-nvme v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onethumb committed Dec 27, 2024
1 parent 33f3352 commit c98885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build
build:
@if [ ! -d "./build" ]; then git clone https://github.com/awesomized/crc64fast-nvme.git build; fi
@cd build && git checkout add-c-compatible-library
@cd build && git fetch && git checkout 1.1.0
@cd build && cargo build --release

.PHONY: validate
Expand Down

0 comments on commit c98885d

Please sign in to comment.