summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-18 16:31:40 +0200
committerLaurenz <laurmaedje@gmail.com>2024-10-18 16:36:55 +0200
commit737895d769188f6fc154523e67a9102bc24c872e (patch)
tree842daef4f6ee3e94ec23fc0183cf0ae17a6ad7ae /Cargo.toml
parent0ba1128e5a6d8bcae09fde921ad429b1b0589737 (diff)
Version bumpv0.12.00.12
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0784dd01..94f84170 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2"
[workspace.package]
-version = "0.12.0-rc2"
+version = "0.12.0"
rust-version = "1.77" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
@@ -16,19 +16,19 @@ keywords = ["typst"]
readme = "README.md"
[workspace.dependencies]
-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" }
+typst = { path = "crates/typst", version = "0.12.0" }
+typst-cli = { path = "crates/typst-cli", 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-macros = { path = "crates/typst-macros", version = "0.12.0" }
+typst-pdf = { path = "crates/typst-pdf", 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 = "0.12.0"
+typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.12.0" }
arrayvec = "0.7.4"
az = "1.2"
base64 = "0.22"