summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-12-04 15:07:36 +0100
committerLaurenz <laurmaedje@gmail.com>2023-12-04 15:09:47 +0100
commit70ca0d257bb4ba927f63260e20443f244e0bb58c (patch)
tree17669ad25fdfee7150369ed3a7bc051b400a0d3a /Cargo.toml
parent8a2ef9ea01b4e7ec27090e3d98631a1d73ea5a8d (diff)
Version bumpv0.10.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 913d875b..b8359f7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2"
[workspace.package]
-version = "0.9.0"
+version = "0.10.0"
rust-version = "1.70" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"