Skip to content

Commit 5f21435

Browse files
authored
chore(release): 0.64.2 (#344)
1 parent 07fe3f5 commit 5f21435

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ jobs:
8080
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
8181
run: cargo login ${{ secrets.CRATES_TOKEN }}
8282

83-
- name: Cargo publish
84-
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
85-
run: cargo publish
83+
# manually doing this until swc is updated with string-cache https://github.com/servo/string-cache/pull/254
84+
#- name: Cargo publish
85+
# if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
86+
# run: cargo publish
8687

8788
# GITHUB RELEASE
8889
- name: Pre-release

Cargo.toml

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

2727
[dependencies]
2828
anyhow = "1.0.51"
29-
deno_ast = { version = "0.11.0", features = ["view"] }
29+
deno_ast = { version = "0.12.0", features = ["view"] }
3030
dprint-core = { version = "0.50.0", features = ["formatting"] }
3131
rustc-hash = "1.1.0"
3232
serde = { version = "1.0.118", features = ["derive"] }
3333
serde_json = { version = "1.0", optional = true }
3434

3535
[target.'cfg(target_arch = "wasm32")'.dependencies]
36-
parking_lot_core = "=0.8.0" # https://github.com/Amanieu/parking_lot/issues/269 todo: wait for release as this is fixed now
36+
parking_lot_core = "=0.8.0" # wait on string_cache to be updated in swc
3737

3838
[dev-dependencies]
3939
debug-here = "0.2"

0 commit comments

Comments
 (0)