File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "ast-generator"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
6
- # When updating these dependencies, run `misc/bazel/3rdparty /update_cargo_deps.sh`
6
+ # When updating these dependencies, run `rust /update_cargo_deps.sh`
7
7
[dependencies ]
8
8
ungrammar = " 1.16.1"
9
9
proc-macro2 = " 1.0.33"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "codeql-rust"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
6
- # When updating these dependencies, run `misc/bazel/3rdparty /update_cargo_deps.sh`
6
+ # When updating these dependencies, run `rust /update_cargo_deps.sh`
7
7
[dependencies ]
8
8
anyhow = " 1.0.86"
9
9
clap = { version = " 4.5.16" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
[lib ]
7
7
proc-macro = true
8
8
9
- # When updating these dependencies, run `misc/bazel/3rdparty /update_cargo_deps.sh`
9
+ # When updating these dependencies, run `rust /update_cargo_deps.sh`
10
10
[dependencies ]
11
11
quote = " 1.0.37"
12
12
syn = { version = " 2.0.77" , features = [" full" ] }
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ set -eu
4
+
5
+ SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
6
+
7
+ cd " $SCRIPT_DIR /.."
8
+ time bazel run //misc/bazel/3rdparty:vendor_tree_sitter_extractors
9
+ bazel mod tidy
You can’t perform that action at this time.
0 commit comments