diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-09 17:57:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-03-09 18:04:24 +0100 |
| commit | fe94bd85aec9348c4f86a7b20befb6562655c93f (patch) | |
| tree | 1d77f9aa7be5aa70059cfe3d9c068e5717354b85 /Cargo.toml | |
| parent | a2d097686f01b2834f4a9b313bd9c1c692210479 (diff) | |
Release Candidatev0.11.0-rc1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"] resolver = "2" [workspace.package] -version = "0.10.0" +version = "0.11.0-rc1" rust-version = "1.74" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" @@ -16,16 +16,16 @@ categories = ["compilers"] keywords = ["typst"] [workspace.dependencies] -typst = { path = "crates/typst" } -typst-cli = { path = "crates/typst-cli" } -typst-ide = { path = "crates/typst-ide" } -typst-macros = { path = "crates/typst-macros" } -typst-pdf = { path = "crates/typst-pdf" } -typst-render = { path = "crates/typst-render" } -typst-svg = { path = "crates/typst-svg" } -typst-syntax = { path = "crates/typst-syntax" } -typst-timing = { path = "crates/typst-timing" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" } +typst = { path = "crates/typst", version = "0.11.0-rc1" } +typst-cli = { path = "crates/typst-cli", version = "0.11.0-rc1" } +typst-ide = { path = "crates/typst-ide", version = "0.11.0-rc1" } +typst-macros = { path = "crates/typst-macros", version = "0.11.0-rc1" } +typst-pdf = { path = "crates/typst-pdf", version = "0.11.0-rc1" } +typst-render = { path = "crates/typst-render", version = "0.11.0-rc1" } +typst-svg = { path = "crates/typst-svg", version = "0.11.0-rc1" } +typst-syntax = { path = "crates/typst-syntax", version = "0.11.0-rc1" } +typst-timing = { path = "crates/typst-timing", version = "0.11.0-rc1" } +typst-assets = "0.11.0-rc1" typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" } az = "1.2" base64 = "0.22" |
