chore(flake): remove cargo from explicitely installed packages
Some checks failed
CI / tests (push) Has been cancelled

Cargo is already installed with rustVersion
This commit is contained in:
Lucien Cartier-Tilet 2025-06-05 00:56:04 +02:00
parent 8f965ffd9e
commit b6d8548327
Signed by: phundrak
SSH Key Fingerprint: SHA256:CE0HPsbW3L2YiJETx1zYZ2muMptaAqTN2g3498KrMkc
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,8 @@
<div align="center">
<!-- Github Actions -->
<a href="https://github.com/phundrak/georm/actions/workflows/ci.yaml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/phundrak/georm/ci.yaml?branch=main&style=flat-square" alt="actions status" /></a>
<img src="https://img.shields.io/github/actions/workflow/status/phundrak/georm/ci.yaml?branch=main&style=flat-square" alt="actions status" />
</a>
<!-- Version -->
<a href="https://crates.io/crates/georm">
<img src="https://img.shields.io/crates/v/georm.svg?style=flat-square" alt="Crates.io version" />

View File

@ -17,7 +17,6 @@
devShell = with pkgs; mkShell {
buildInputs = [
bacon
cargo
cargo-deny
just
rust-analyzer