summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-08-07 17:19:41 +0200
committerLaurenz <laurmaedje@gmail.com>2023-08-07 17:19:41 +0200
commitda8367e189b02918a8fe1a98fd3059fd11a82cd9 (patch)
treec073f265bc34355d9f0a233eed8eeff7433be2c8 /Cargo.toml
parente0cc26995958a82f01121b97f5ea9b5c0a73a8ca (diff)
Version bumpv0.7.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 ad3a57f0..e65fd54d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ members = ["crates/*", "tests"]
default-members = ["crates/typst-cli"]
[workspace.package]
-version = "0.6.0"
+version = "0.7.0"
rust-version = "1.70" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"