diff options
| author | Marijn Schouten <mhkbst@gmail.com> | 2025-03-07 11:17:39 +0000 |
|---|---|---|
| committer | Marijn Schouten <mhkbst@gmail.com> | 2025-06-23 06:36:22 +0000 |
| commit | 707a6f54631c322e8c8ccff363fe024d67d93aa2 (patch) | |
| tree | 3c3069e7ac8e66e87f9661e083beb4020fffcd6a /compiler/rustc_proc_macro | |
| parent | 68ac5abb067806a88464ddbfbd3c7eec877b488d (diff) | |
| download | rust-707a6f54631c322e8c8ccff363fe024d67d93aa2.tar.gz rust-707a6f54631c322e8c8ccff363fe024d67d93aa2.zip | |
update to literal-escaper 0.0.4 for better API without `unreachable` and faster string parsing
Diffstat (limited to 'compiler/rustc_proc_macro')
| -rw-r--r-- | compiler/rustc_proc_macro/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_proc_macro/Cargo.toml b/compiler/rustc_proc_macro/Cargo.toml index 4a7c0d78ede..748fa944e28 100644 --- a/compiler/rustc_proc_macro/Cargo.toml +++ b/compiler/rustc_proc_macro/Cargo.toml @@ -15,7 +15,7 @@ test = false doctest = false [dependencies] -rustc-literal-escaper = "0.0.2" +rustc-literal-escaper = "0.0.4" [features] rustc-dep-of-std = [] |
