Skip to content

Commit 16d582c

Browse files
committed
Upgrade rewriter to version 0.2
1 parent 4128c31 commit 16d582c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ once_cell = "1.21"
2828
proc-macro2 = { version = "1.0", features = ["span-locations"] }
2929
regex = "1.11"
3030
remain = "0.2"
31-
rewriter = { version = "0.1", features = ["proc-macro2-impl"] }
31+
rewriter = { version = "0.2", features = ["proc-macro2-impl"] }
3232
serde = { version = "1.0", features = ["derive"] }
3333
sha2 = "0.10"
3434
strum = "0.27"

0 commit comments

Comments
 (0)