Skip to content

Commit a943e36

Browse files
committed
Remove check-msrv-on-ci rule in Makefile
Because it was equivalent to the `ci-check-msrv` recipe in the `justfile`, and only the latter is used. For details, see: GitoxideLabs#2003 (comment)
1 parent f606bd5 commit a943e36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ stress-commitgraph: release-lean $(commit_graphs)
124124
bench-gix-config:
125125
cd gix-config && cargo bench
126126

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-
132127
##@ Maintenance
133128

134129
baseline_asset_dir = gix/src/assets/baseline-init

0 commit comments

Comments
 (0)