We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b392a55 commit 8a83e11Copy full SHA for 8a83e11
Makefile
@@ -91,7 +91,7 @@ check: ## Build all code in suitable configurations
91
cd git-hash && cargo check --all-features \
92
&& cargo check
93
cd git-object && cargo check --all-features
94
- cd git-odb && cargo check --features serde1 \
+ cd git-pack && cargo check --features serde1 \
95
&& cargo check --features pack-cache-lru-static \
96
&& cargo check --features pack-cache-lru-dynamic \
97
0 commit comments