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:
Cole Helbling 2021-07-07 12:07:59 -07:00
parent 804bb34181
commit 0d5bae416f

View file

@ -1,5 +0,0 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash
set -e
cargo fetch --locked