Skip to content

Commit 8885b16

Browse files
authored
chore: upgrade deno_ast to 0.51.0 (#742)
1 parent cd4469b commit 8885b16

3 files changed

Lines changed: 30 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 18 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
@@ -32,7 +32,7 @@ harness = false
3232
[dependencies]
3333
anyhow = "1.0.64"
3434
capacity_builder = "0.5.0"
35-
deno_ast = { version = "0.50.0", features = ["view"] }
35+
deno_ast = { version = "0.51.0", features = ["view"] }
3636
dprint-core = { version = "0.67.4", features = ["formatting"] }
3737
dprint-core-macros = "0.1.0"
3838
percent-encoding = "2.3.1"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "1.90.0"
33
components = ["clippy"]

0 commit comments

Comments
 (0)