summary refs log tree commit diff
path: root/compiler/rustc_proc_macro
diff options
context:
space:
mode:
authorMarijn Schouten <mhkbst@gmail.com>2025-03-07 11:17:39 +0000
committerMarijn Schouten <mhkbst@gmail.com>2025-06-23 06:36:22 +0000
commit707a6f54631c322e8c8ccff363fe024d67d93aa2 (patch)
tree3c3069e7ac8e66e87f9661e083beb4020fffcd6a /compiler/rustc_proc_macro
parent68ac5abb067806a88464ddbfbd3c7eec877b488d (diff)
downloadrust-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.toml2
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 = []