Skip to content

Commit 0ff3e92

Browse files
authored
perf: upgrade dprint-core 0.66 (#615)
1 parent 19bafc4 commit 0ff3e92

File tree

4 files changed

+511
-378
lines changed

4 files changed

+511
-378
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ tracing = ["dprint-core/tracing"]
2727
[dependencies]
2828
anyhow = "1.0.64"
2929
deno_ast = { version = "0.34.0", features = ["view"] }
30-
dprint-core = { version = "0.63.3", features = ["formatting"] }
30+
dprint-core = { version = "0.66.1", features = ["formatting"] }
31+
dprint-core-macros = "0.1.0"
3132
percent-encoding = "2.3.1"
3233
rustc-hash = "1.1.0"
3334
serde = { version = "1.0.144", features = ["derive"] }

0 commit comments

Comments
 (0)