Skip to content

Commit f885f66

Browse files
authored
fix: deno_ast 0.36 (#625)
1 parent c94b531 commit f885f66

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
2828
anyhow = "1.0.64"
29-
deno_ast = { version = "0.35.0", features = ["view"] }
29+
deno_ast = { version = "0.36.0", features = ["view"] }
3030
dprint-core = { version = "0.66.1", features = ["formatting"] }
3131
dprint-core-macros = "0.1.0"
3232
percent-encoding = "2.3.1"

0 commit comments

Comments
 (0)