mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
build: bump version to 0.10.3 (#54)
* build: bump typst to v0.11.0 * build: bump dependencies * build: update readme and changelog * build: bump version to 0.10.3 * fix: use a different branch for building * build: set correct rev to typst-preview * fix: in perfects
This commit is contained in:
parent
d8cc783c14
commit
3c37ce174a
13 changed files with 256 additions and 159 deletions
|
@ -27,7 +27,7 @@ once_cell.workspace = true
|
|||
fxhash.workspace = true
|
||||
toml.workspace = true
|
||||
walkdir.workspace = true
|
||||
indexmap = "2.1.0"
|
||||
indexmap.workspace = true
|
||||
|
||||
typst.workspace = true
|
||||
typst-ide.workspace = true
|
||||
|
|
|
@ -68,7 +68,7 @@ pub fn analyze_import(world: &dyn World, source: &LinkedNode) -> Option<Value> {
|
|||
let context = Context::none();
|
||||
let mut vm = Vm::new(
|
||||
engine,
|
||||
&context,
|
||||
context.track(),
|
||||
Scopes::new(Some(world.library())),
|
||||
Span::detached(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue