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.
check-msrv-on-ci
Makefile
1 parent f606bd5 commit a943e36Copy full SHA for a943e36
Makefile
@@ -124,11 +124,6 @@ stress-commitgraph: release-lean $(commit_graphs)
124
bench-gix-config:
125
cd gix-config && cargo bench
126
127
-check-msrv-on-ci: ## Check the minimal support rust version for currently installed Rust version
128
- rustc --version
129
- cargo build --locked --package gix
130
- cargo build --locked --package gix --no-default-features --features async-network-client,max-performance
131
-
132
##@ Maintenance
133
134
baseline_asset_dir = gix/src/assets/baseline-init
0 commit comments