mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 17:58:17 +00:00
build: bump world crates to 0.13.12-rc1 (#1608)
* refactor: move `debug_loc` * build: fix rev * build: bump tinymist inner version * build: bump tinymist world version * build: bump world crates to 0.13.12-rc1 * fix: used bad patch * fix: clippy errors
This commit is contained in:
parent
4844419bd8
commit
71116758ef
34 changed files with 148 additions and 155 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "tinymist-std"
|
||||
description = "Additional functions wrapping Rust's standard library."
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
version = "0.13.12-rc1"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -19,7 +19,6 @@ dashmap.workspace = true
|
|||
ecow.workspace = true
|
||||
fxhash.workspace = true
|
||||
log.workspace = true
|
||||
tinymist-analysis.workspace = true
|
||||
path-clean.workspace = true
|
||||
pathdiff.workspace = true
|
||||
parking_lot.workspace = true
|
||||
|
|
|
@ -13,8 +13,6 @@ pub use concepts::*;
|
|||
|
||||
pub use error::{ErrKind, Error, Result};
|
||||
|
||||
#[cfg(feature = "typst")]
|
||||
pub use tinymist_analysis::debug_loc;
|
||||
#[cfg(feature = "typst")]
|
||||
pub use typst_shim;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue