Skip to content

Commit

Permalink
lock rpc generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Jan 13, 2025
1 parent c9a4268 commit 3d3079f
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
Expand Up @@ -55,7 +55,7 @@ coverage: coverage-run-unittests coverage-collect-data coverage-generate-report

.PHONY: gen-rpc-doc
gen-rpc-doc:
$(if $(shell command -v fiber-rpc-gen),,cargo install fiber-rpc-gen --force)
$(if $(shell command -v fiber-rpc-gen),,cargo install fiber-rpc-gen --version 0.1.5 --force)
fiber-rpc-gen ./src/
if grep -q "TODO: add desc" ./src/rpc/README.md; then \
echo "Warning: There are 'TODO: add desc' in src/rpc/README.md, please add documentation comments to resolve them"; \
Expand Down

0 comments on commit 3d3079f

Please sign in to comment.