update to literal-escaper 0.0.4 for better API without unreachable and faster string parsing

This commit is contained in:
Marijn Schouten
2025-03-07 11:17:39 +00:00
parent 68ac5abb06
commit 707a6f5463
16 changed files with 67 additions and 94 deletions

View File

@@ -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 = []