File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 80
80
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
81
81
run : cargo login ${{ secrets.CRATES_TOKEN }}
82
82
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
86
87
87
88
# GITHUB RELEASE
88
89
- name : Pre-release
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-typescript"
3
- version = " 0.64.1 "
3
+ version = " 0.64.2 "
4
4
authors = [
" David Sherret <[email protected] >" ]
5
5
edition = " 2021"
6
6
homepage = " https://github.com/dprint/dprint-plugin-typescript"
@@ -26,14 +26,14 @@ tracing = ["dprint-core/tracing"]
26
26
27
27
[dependencies ]
28
28
anyhow = " 1.0.51"
29
- deno_ast = { version = " 0.11 .0" , features = [" view" ] }
29
+ deno_ast = { version = " 0.12 .0" , features = [" view" ] }
30
30
dprint-core = { version = " 0.50.0" , features = [" formatting" ] }
31
31
rustc-hash = " 1.1.0"
32
32
serde = { version = " 1.0.118" , features = [" derive" ] }
33
33
serde_json = { version = " 1.0" , optional = true }
34
34
35
35
[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
37
37
38
38
[dev-dependencies ]
39
39
debug-here = " 0.2"
You can’t perform that action at this time.
0 commit comments