mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 05:22:52 +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
|
|
@ -4,7 +4,7 @@ description = "Project model of typst for tinymist."
|
|||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
version = "0.13.12-rc12-rc1"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ use std::collections::HashMap;
|
|||
use std::path::PathBuf;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use tinymist_std::debug_loc::DataSource;
|
||||
use tinymist_world::debug_loc::DataSource;
|
||||
use tinymist_world::font::system::SystemFontSearcher;
|
||||
use typst::text::{Font, FontBook, FontInfo};
|
||||
use typst::utils::LazyHash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue