diff options
| author | Marijn Schouten <mhkbst@gmail.com> | 2025-07-08 10:16:44 +0000 |
|---|---|---|
| committer | Marijn Schouten <mhkbst@gmail.com> | 2025-07-08 10:16:44 +0000 |
| commit | d44dcd451326d32516c22ee5f998304afaf19c4d (patch) | |
| tree | ab8c0f69edd9fd114acc285a34a3a6a8af430e97 /compiler/rustc_parse_format | |
| parent | 2783fc43fd13a669f314742890acd64200ad0bbf (diff) | |
| download | rust-d44dcd451326d32516c22ee5f998304afaf19c4d.tar.gz rust-d44dcd451326d32516c22ee5f998304afaf19c4d.zip | |
update to literal-escaper-0.0.5
Diffstat (limited to 'compiler/rustc_parse_format')
| -rw-r--r-- | compiler/rustc_parse_format/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse_format/Cargo.toml b/compiler/rustc_parse_format/Cargo.toml index 0666ae29409..d178fcda1fb 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.4" +rustc-literal-escaper = "0.0.5" rustc_lexer = { path = "../rustc_lexer" } # tidy-alphabetical-end |
