Files
ljy9810 683c1defaa nix升级到0.30.1版本
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2025-10-14 20:15:17 +08:00

9 lines
211 B
Makefile

# If no sub-command is given, simply list all the available options
_default:
just --list
# Build the doc
doc *args='':
RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features --no-deps {{args}}