Skip to content

Commit a527255

Browse files
authored
feat: upgrade to deno_ast 0.7 (#326)
* 0.60.0 * Update deno_ast
1 parent 5925422 commit a527255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions-rs/toolchain@v1
2424
with:
2525
profile: minimal
26-
toolchain: 1.56.0
26+
toolchain: 1.57.0
2727
override: true
2828
- name: Install wasm32 target
2929
if: matrix.config.kind == 'test_release'

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.59.2"
3+
version = "0.60.0"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"
@@ -25,7 +25,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
28-
deno_ast = { version = "0.5.0", features = ["view"] }
28+
deno_ast = { version = "0.7.0", features = ["view"] }
2929
dprint-core = { version = "0.47.1", features = ["formatting"] }
3030
rustc-hash = "1.1.0"
3131
serde = { version = "1.0.118", features = ["derive"] }

0 commit comments

Comments
 (0)