@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
44resolver = " 2"
55
66[workspace .package ]
7- version = " 0.14.0-rc.2 "
7+ version = " 0.14.0"
88rust-version = " 1.88" # also change in ci.yml
99authors = [" The Typst Project Developers" ]
1010edition = " 2024"
@@ -16,24 +16,24 @@ keywords = ["typst"]
1616readme = " README.md"
1717
1818[workspace .dependencies ]
19- typst = { path = " crates/typst" , version = " 0.14.0-rc.2 " }
20- typst-cli = { path = " crates/typst-cli" , version = " 0.14.0-rc.2 " }
21- typst-eval = { path = " crates/typst-eval" , version = " 0.14.0-rc.2 " }
22- typst-html = { path = " crates/typst-html" , version = " 0.14.0-rc.2 " }
23- typst-ide = { path = " crates/typst-ide" , version = " 0.14.0-rc.2 " }
24- typst-kit = { path = " crates/typst-kit" , version = " 0.14.0-rc.2 " }
25- typst-layout = { path = " crates/typst-layout" , version = " 0.14.0-rc.2 " }
26- typst-library = { path = " crates/typst-library" , version = " 0.14.0-rc.2 " }
27- typst-macros = { path = " crates/typst-macros" , version = " 0.14.0-rc.2 " }
28- typst-pdf = { path = " crates/typst-pdf" , version = " 0.14.0-rc.2 " }
29- typst-realize = { path = " crates/typst-realize" , version = " 0.14.0-rc.2 " }
30- typst-render = { path = " crates/typst-render" , version = " 0.14.0-rc.2 " }
31- typst-svg = { path = " crates/typst-svg" , version = " 0.14.0-rc.2 " }
32- typst-syntax = { path = " crates/typst-syntax" , version = " 0.14.0-rc.2 " }
33- typst-timing = { path = " crates/typst-timing" , version = " 0.14.0-rc.2 " }
34- typst-utils = { path = " crates/typst-utils" , version = " 0.14.0-rc.2 " }
35- typst-assets = " 0.14.0-rc.2 "
36- typst-dev-assets = { git = " https://github.com/typst/typst-dev-assets" , rev = " 5bb5393 " }
19+ typst = { path = " crates/typst" , version = " 0.14.0" }
20+ typst-cli = { path = " crates/typst-cli" , version = " 0.14.0" }
21+ typst-eval = { path = " crates/typst-eval" , version = " 0.14.0" }
22+ typst-html = { path = " crates/typst-html" , version = " 0.14.0" }
23+ typst-ide = { path = " crates/typst-ide" , version = " 0.14.0" }
24+ typst-kit = { path = " crates/typst-kit" , version = " 0.14.0" }
25+ typst-layout = { path = " crates/typst-layout" , version = " 0.14.0" }
26+ typst-library = { path = " crates/typst-library" , version = " 0.14.0" }
27+ typst-macros = { path = " crates/typst-macros" , version = " 0.14.0" }
28+ typst-pdf = { path = " crates/typst-pdf" , version = " 0.14.0" }
29+ typst-realize = { path = " crates/typst-realize" , version = " 0.14.0" }
30+ typst-render = { path = " crates/typst-render" , version = " 0.14.0" }
31+ typst-svg = { path = " crates/typst-svg" , version = " 0.14.0" }
32+ typst-syntax = { path = " crates/typst-syntax" , version = " 0.14.0" }
33+ typst-timing = { path = " crates/typst-timing" , version = " 0.14.0" }
34+ typst-utils = { path = " crates/typst-utils" , version = " 0.14.0" }
35+ typst-assets = " 0.14.0"
36+ typst-dev-assets = { git = " https://github.com/typst/typst-dev-assets" , tag = " v0.14.0 " }
3737arrayvec = " 0.7.4"
3838az = " 1.2"
3939base64 = " 0.22"
0 commit comments