summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-30 16:21:22 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-30 16:21:57 +0200
commit2dfd44fedd99ab9414c17f358179e1c37e953f30 (patch)
treef6ee2d8e21b41eeb7339c809ee391e3f478b6ecb /Cargo.toml
parent33a3607dea26543299bcd683286bd51a8cfbffa5 (diff)
Version bumpv0.6.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 c3acf5b6..5f1e77e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ members = ["cli", "docs", "library", "macros", "tests"]
default-members = ["cli"]
[workspace.package]
-version = "0.5.0"
+version = "0.6.0"
rust-version = "1.70" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"