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:
Myriad-Dreamin 2024-03-17 00:57:36 +08:00 committed by GitHub
parent d8cc783c14
commit 3c37ce174a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 256 additions and 159 deletions

View file

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

View file

@ -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(),
);