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:
Myriad-Dreamin 2025-03-31 16:01:51 +08:00 committed by GitHub
parent 4844419bd8
commit 71116758ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 148 additions and 155 deletions

View file

@ -6,8 +6,8 @@ use std::sync::{Arc, LazyLock};
use parking_lot::Mutex;
use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
use tinymist_analysis::location::PositionEncoding;
use tinymist_std::debug_loc::LspRange;
use tinymist_std::hash::FxHashMap;
use tinymist_world::debug_loc::LspRange;
use tinymist_world::vfs::{FileId, WorkspaceResolver};
use tinymist_world::{CompilerFeat, CompilerWorld};
use typst::diag::FileResult;