Remove update-crates.sh script
This has been superceded by just invoking `cargo update` in the regular development shell (now that we've switched to using `buildRustPackage` instead of `crate2nix`).
This commit is contained in:
parent
804bb34181
commit
0d5bae416f
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash
|
||||
set -e
|
||||
|
||||
cargo fetch --locked
|
Loading…
Reference in a new issue