Rust: add rust-specific deps updater script

This commit is contained in:
Paolo Tranquilli
2024-11-18 16:16:54 +01:00
parent e077bf0732
commit 0943389ca1
4 changed files with 12 additions and 3 deletions

9
rust/update_cargo_deps.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -eu
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR/.."
time bazel run //misc/bazel/3rdparty:vendor_tree_sitter_extractors
bazel mod tidy