Skip to content

Commit 80cb724

Browse files
Update rustc-literal-escaper version to 0.0.2
1 parent f2ac210 commit 80cb724

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version.workspace = true
1414
[dependencies]
1515
drop_bomb = "0.1.5"
1616
ra-ap-rustc_lexer.workspace = true
17-
rustc-literal-escaper = "0.0.1"
17+
rustc-literal-escaper = "0.0.2"
1818
tracing = { workspace = true, optional = true }
1919

2020
edition.workspace = true

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ either.workspace = true
1717
itertools.workspace = true
1818
rowan = "=0.15.15"
1919
rustc-hash.workspace = true
20-
rustc-literal-escaper = "0.0.1"
20+
rustc-literal-escaper = "0.0.2"
2121
indexmap.workspace = true
2222
smol_str.workspace = true
2323
triomphe.workspace = true

0 commit comments

Comments
 (0)