Skip to content

Commit e288688

Browse files
committed
chore(release): 0.59.0
1 parent 0d8be38 commit e288688

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23+
- uses: actions-rs/toolchain@v1
24+
with:
25+
profile: minimal
26+
toolchain: 1.56.0
27+
override: true
2328
- name: Install wasm32 target
2429
if: matrix.config.kind == 'test_release'
2530
run: rustup target add wasm32-unknown-unknown

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.58.1"
3+
version = "0.59.0"
44
authors = ["David Sherret <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"
77
keywords = ["formatting", "formatter", "typescript", "javascript"]
88
license = "MIT"
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
28-
deno_ast = { version = "0.4.1", features = ["view"] }
29-
dprint-core = { version = "0.46.4", features = ["formatting"] }
28+
deno_ast = { version = "0.5.0", features = ["view"] }
29+
dprint-core = { version = "0.47.0", features = ["formatting"] }
3030
rustc-hash = "1.1.0"
3131
serde = { version = "1.0.118", features = ["derive"] }
3232
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)