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

@ -45,8 +45,7 @@ rustc-demangle.debug = 0
rustc-demangle.opt-level = "s"
[patch.crates-io]
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
# here
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on here
rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'rustc-std-workspace-std' }