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

View File

@@ -3,7 +3,7 @@ name = "ast-generator"
version = "0.1.0"
edition = "2021"
# When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh`
# When updating these dependencies, run `rust/update_cargo_deps.sh`
[dependencies]
ungrammar = "1.16.1"
proc-macro2 = "1.0.33"