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:
Myriad-Dreamin 2025-02-22 17:11:53 +08:00 committed by GitHub
parent 5c56ade2c4
commit 876e402b26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 148 additions and 115 deletions

View file

@ -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",

View file

@ -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",