diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-19 11:13:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2025-02-19 11:13:25 +0100 |
| commit | 8dce676dcd691f75696719e0480cd619829846a9 (patch) | |
| tree | 55fa8952c4492bfea7113f08938dffe5a26f31f8 /Cargo.toml | |
| parent | c02cb70f279cecb0185788e3a10fe1169ff1f1ec (diff) | |
Version bumpv0.13.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"] resolver = "2" [workspace.package] -version = "0.13.0-rc1" +version = "0.13.0" rust-version = "1.80" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" @@ -16,24 +16,24 @@ keywords = ["typst"] readme = "README.md" [workspace.dependencies] -typst = { path = "crates/typst", version = "0.13.0-rc1" } -typst-cli = { path = "crates/typst-cli", version = "0.13.0-rc1" } -typst-eval = { path = "crates/typst-eval", version = "0.13.0-rc1" } -typst-html = { path = "crates/typst-html", version = "0.13.0-rc1" } -typst-ide = { path = "crates/typst-ide", version = "0.13.0-rc1" } -typst-kit = { path = "crates/typst-kit", version = "0.13.0-rc1" } -typst-layout = { path = "crates/typst-layout", version = "0.13.0-rc1" } -typst-library = { path = "crates/typst-library", version = "0.13.0-rc1" } -typst-macros = { path = "crates/typst-macros", version = "0.13.0-rc1" } -typst-pdf = { path = "crates/typst-pdf", version = "0.13.0-rc1" } -typst-realize = { path = "crates/typst-realize", version = "0.13.0-rc1" } -typst-render = { path = "crates/typst-render", version = "0.13.0-rc1" } -typst-svg = { path = "crates/typst-svg", version = "0.13.0-rc1" } -typst-syntax = { path = "crates/typst-syntax", version = "0.13.0-rc1" } -typst-timing = { path = "crates/typst-timing", version = "0.13.0-rc1" } -typst-utils = { path = "crates/typst-utils", version = "0.13.0-rc1" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "7eb87f5" } -typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" } +typst = { path = "crates/typst", version = "0.13.0" } +typst-cli = { path = "crates/typst-cli", version = "0.13.0" } +typst-eval = { path = "crates/typst-eval", version = "0.13.0" } +typst-html = { path = "crates/typst-html", version = "0.13.0" } +typst-ide = { path = "crates/typst-ide", version = "0.13.0" } +typst-kit = { path = "crates/typst-kit", version = "0.13.0" } +typst-layout = { path = "crates/typst-layout", version = "0.13.0" } +typst-library = { path = "crates/typst-library", version = "0.13.0" } +typst-macros = { path = "crates/typst-macros", version = "0.13.0" } +typst-pdf = { path = "crates/typst-pdf", version = "0.13.0" } +typst-realize = { path = "crates/typst-realize", version = "0.13.0" } +typst-render = { path = "crates/typst-render", version = "0.13.0" } +typst-svg = { path = "crates/typst-svg", version = "0.13.0" } +typst-syntax = { path = "crates/typst-syntax", version = "0.13.0" } +typst-timing = { path = "crates/typst-timing", version = "0.13.0" } +typst-utils = { path = "crates/typst-utils", version = "0.13.0" } +typst-assets = "0.13.0" +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.13.0" } arrayvec = "0.7.4" az = "1.2" base64 = "0.22" |
