summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-02-05 14:59:13 +0100
committerLaurenz <laurmaedje@gmail.com>2025-02-05 15:49:19 +0100
commit56d8188c61de95e4fb6b8e77a175e72e20dba99e (patch)
treed07bccc146f8a7a8ab940152c896571d19da490d /Cargo.toml
parent4a9a5d2716fc91f60734769eb001aef32fe15403 (diff)
Release Candidate 1v0.13.0-rc1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml36
1 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 469439d3..fc9878c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2"
[workspace.package]
-version = "0.12.0"
+version = "0.13.0-rc1"
rust-version = "1.80" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
@@ -16,23 +16,23 @@ keywords = ["typst"]
readme = "README.md"
[workspace.dependencies]
-typst = { path = "crates/typst", version = "0.12.0" }
-typst-cli = { path = "crates/typst-cli", version = "0.12.0" }
-typst-eval = { path = "crates/typst-eval", version = "0.12.0" }
-typst-html = { path = "crates/typst-html", version = "0.12.0" }
-typst-ide = { path = "crates/typst-ide", version = "0.12.0" }
-typst-kit = { path = "crates/typst-kit", version = "0.12.0" }
-typst-layout = { path = "crates/typst-layout", version = "0.12.0" }
-typst-library = { path = "crates/typst-library", version = "0.12.0" }
-typst-macros = { path = "crates/typst-macros", version = "0.12.0" }
-typst-pdf = { path = "crates/typst-pdf", version = "0.12.0" }
-typst-realize = { path = "crates/typst-realize", version = "0.12.0" }
-typst-render = { path = "crates/typst-render", version = "0.12.0" }
-typst-svg = { path = "crates/typst-svg", version = "0.12.0" }
-typst-syntax = { path = "crates/typst-syntax", version = "0.12.0" }
-typst-timing = { path = "crates/typst-timing", version = "0.12.0" }
-typst-utils = { path = "crates/typst-utils", version = "0.12.0" }
-typst-assets = { git = "https://github.com/typst/typst-assets", rev = "8cccef9" }
+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 = "0.13.0-rc1"
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" }
arrayvec = "0.7.4"
az = "1.2"