Skip to content

Commit e5ceffb

Browse files
fix: specify version for publish
1 parent b53cc82 commit e5ceffb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ typstfmt = { git = "https://github.com/Myriad-Dreamin/typstfmt", tag = "v0.12.1"
145145
typst-ansi-hl = "0.3.0"
146146
typstyle-core = { version = "=0.12.14", default-features = false }
147147
typlite = { path = "./crates/typlite" }
148-
typst-shim = { path = "./crates/typst-shim", features = ["nightly"] }
149148

150149
# LSP
151150
crossbeam-channel = "0.5.12"
@@ -176,6 +175,9 @@ insta = { version = "1.39", features = ["glob"] }
176175

177176
# Our Own Crates
178177
typst-preview = { version = "0.12.21-pre-rc1", path = "./crates/typst-preview" }
178+
typst-shim = { version = "0.12.21-pre-rc1", path = "./crates/typst-shim", features = [
179+
"nightly",
180+
] }
179181
tinymist-assets = { version = "=0.12.21-pre-rc1" }
180182
tinymist = { version = "0.12.21-pre-rc1", path = "./crates/tinymist/" }
181183
tinymist-std = { version = "0.12.21-pre-rc1", path = "./crates/tinymist-std/", default-features = false }

0 commit comments

Comments
 (0)