@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
44resolver = " 2"
55
66[workspace .package ]
7- version = " 0.11.0 "
7+ version = " 0.11.1 "
88rust-version = " 1.74" # also change in ci.yml
99authors = [" The Typst Project Developers" ]
1010edition = " 2021"
@@ -16,17 +16,17 @@ keywords = ["typst"]
1616readme = " README.md"
1717
1818[workspace .dependencies ]
19- typst = { path = " crates/typst" , version = " 0.11.0 " }
20- typst-cli = { path = " crates/typst-cli" , version = " 0.11.0 " }
21- typst-ide = { path = " crates/typst-ide" , version = " 0.11.0 " }
22- typst-macros = { path = " crates/typst-macros" , version = " 0.11.0 " }
23- typst-pdf = { path = " crates/typst-pdf" , version = " 0.11.0 " }
24- typst-render = { path = " crates/typst-render" , version = " 0.11.0 " }
25- typst-svg = { path = " crates/typst-svg" , version = " 0.11.0 " }
26- typst-syntax = { path = " crates/typst-syntax" , version = " 0.11.0 " }
27- typst-timing = { path = " crates/typst-timing" , version = " 0.11.0 " }
28- typst-assets = " 0.11.0 "
29- typst-dev-assets = { git = " https://github.com/typst/typst-dev-assets" , tag = " v0.11.0 " }
19+ typst = { path = " crates/typst" , version = " 0.11.1 " }
20+ typst-cli = { path = " crates/typst-cli" , version = " 0.11.1 " }
21+ typst-ide = { path = " crates/typst-ide" , version = " 0.11.1 " }
22+ typst-macros = { path = " crates/typst-macros" , version = " 0.11.1 " }
23+ typst-pdf = { path = " crates/typst-pdf" , version = " 0.11.1 " }
24+ typst-render = { path = " crates/typst-render" , version = " 0.11.1 " }
25+ typst-svg = { path = " crates/typst-svg" , version = " 0.11.1 " }
26+ typst-syntax = { path = " crates/typst-syntax" , version = " 0.11.1 " }
27+ typst-timing = { path = " crates/typst-timing" , version = " 0.11.1 " }
28+ typst-assets = " 0.11.1 "
29+ typst-dev-assets = { git = " https://github.com/typst/typst-dev-assets" , tag = " v0.11.1 " }
3030az = " 1.2"
3131base64 = " 0.22"
3232bitflags = { version = " 2" , features = [" serde" ] }
@@ -47,7 +47,7 @@ env_proxy = "0.4"
4747flate2 = " 1"
4848fontdb = { version = " 0.16" , default-features = false }
4949fs_extra = " 1.3"
50- hayagriva = " 0.5.2 "
50+ hayagriva = " 0.5.3 "
5151heck = " 0.4"
5252hypher = " 0.1.4"
5353icu_properties = { version = " 1.4" , features = [" serde" ] }
@@ -94,6 +94,7 @@ semver = "1"
9494serde = { version = " 1.0.184" , features = [" derive" ] }
9595serde_json = " 1"
9696serde_yaml = " 0.9"
97+ shell-escape = " 0.1.5"
9798siphasher = " 1"
9899smallvec = { version = " 1.11.1" , features = [" union" , " const_generics" , " const_new" ] }
99100stacker = " 0.1.15"
0 commit comments