diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-15 15:14:06 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-10-15 16:02:18 +0200 |
| commit | ef309ca19617a3f1b8b78efb9644b67460fa5203 (patch) | |
| tree | 90c44009e5e1fe2b4e0f8ffe304f21ef5f7a8103 /Cargo.toml | |
| parent | d8602ef2029277df445d34b5fdff724115f73896 (diff) | |
Release Candidate 2v0.12.0-rc2
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"] resolver = "2" [workspace.package] -version = "0.12.0-rc1" +version = "0.12.0-rc2" rust-version = "1.77" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" @@ -16,18 +16,18 @@ keywords = ["typst"] readme = "README.md" [workspace.dependencies] -typst = { path = "crates/typst", version = "0.12.0-rc1" } -typst-cli = { path = "crates/typst-cli", version = "0.12.0-rc1" } -typst-ide = { path = "crates/typst-ide", version = "0.12.0-rc1" } -typst-kit = { path = "crates/typst-kit", version = "0.12.0-rc1" } -typst-macros = { path = "crates/typst-macros", version = "0.12.0-rc1" } -typst-pdf = { path = "crates/typst-pdf", version = "0.12.0-rc1" } -typst-render = { path = "crates/typst-render", version = "0.12.0-rc1" } -typst-svg = { path = "crates/typst-svg", version = "0.12.0-rc1" } -typst-syntax = { path = "crates/typst-syntax", version = "0.12.0-rc1" } -typst-timing = { path = "crates/typst-timing", version = "0.12.0-rc1" } -typst-utils = { path = "crates/typst-utils", version = "0.12.0-rc1" } -typst-assets = "0.12.0-rc1" +typst = { path = "crates/typst", version = "0.12.0-rc2" } +typst-cli = { path = "crates/typst-cli", version = "0.12.0-rc2" } +typst-ide = { path = "crates/typst-ide", version = "0.12.0-rc2" } +typst-kit = { path = "crates/typst-kit", version = "0.12.0-rc2" } +typst-macros = { path = "crates/typst-macros", version = "0.12.0-rc2" } +typst-pdf = { path = "crates/typst-pdf", version = "0.12.0-rc2" } +typst-render = { path = "crates/typst-render", version = "0.12.0-rc2" } +typst-svg = { path = "crates/typst-svg", version = "0.12.0-rc2" } +typst-syntax = { path = "crates/typst-syntax", version = "0.12.0-rc2" } +typst-timing = { path = "crates/typst-timing", version = "0.12.0-rc2" } +typst-utils = { path = "crates/typst-utils", version = "0.12.0-rc2" } +typst-assets = "0.12.0-rc2" typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "e9f8127" } arrayvec = "0.7.4" az = "1.2" |
