about summary refs log tree commit diff
path: root/compiler/rustc_parse_format
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-22 07:30:50 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 13:59:32 +1000
commit32b0fff8fe750ee61b77481d0db1fe2c5cb5e63b (patch)
tree0e795ff201882a34537cedd39290d90bed34ca2c /compiler/rustc_parse_format
parentdfa748e910b7b1cda37bfe709cd026da66a63e4c (diff)
downloadrust-32b0fff8fe750ee61b77481d0db1fe2c5cb5e63b.tar.gz
rust-32b0fff8fe750ee61b77481d0db1fe2c5cb5e63b.zip
Add `rustc-literal-escaper` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_parse_format')
-rw-r--r--compiler/rustc_parse_format/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse_format/Cargo.toml b/compiler/rustc_parse_format/Cargo.toml
index d178fcda1fb..645e34b6e32 100644
--- a/compiler/rustc_parse_format/Cargo.toml
+++ b/compiler/rustc_parse_format/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-rustc-literal-escaper = "0.0.5"
+rustc-literal-escaper.workspace = true
 rustc_lexer = { path = "../rustc_lexer" }
 # tidy-alphabetical-end