swc/scripts/crev/diff.sh

14 lines
223 B
Bash
Raw Normal View History

#!/usr/bin/env bash
#
2022-04-11 21:45:58 +03:00
# Script used to verify the dependencies of the project.
#
set -eu
./scripts/crev/verify.sh || true
echo "Opening the crate $1"
cargo crev crate diff $@ | code - --wait
2022-04-11 21:45:58 +03:00
cargo crev review $@ --diff