mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
build: bump version to 0.13.0-rc1 (#1361)
* build: bump version to 0.13.0-rc1 * build: update cargo.lock * fix: weird dependencies
This commit is contained in:
parent
5c56ade2c4
commit
876e402b26
7 changed files with 148 additions and 115 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.12.21",
|
||||
"version": "0.13.0-rc1",
|
||||
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
|
||||
"author": "Myriad-Dreamin",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -107,6 +107,8 @@ pdf = ["tinymist-task/pdf"]
|
|||
# Disable the default content hint.
|
||||
# This requires modifying typst.
|
||||
no-content-hint = [
|
||||
"tinymist-task/no-content-hint",
|
||||
"tinymist-project/no-content-hint",
|
||||
"typst-preview/no-content-hint",
|
||||
"reflexo-typst/no-content-hint",
|
||||
"reflexo-vec2svg/no-content-hint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue