@@ -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" , rev = " ee8ae61cca138dc92f9d818fc7f2fc046d0148c5 " }
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" ] }
0 commit comments