summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 16:57:27 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 16:57:27 +0200
commit360cc9b9570f263d52530b98d0c93523e7bdb100 (patch)
treeb05aa8de20865bfff726accc562af23e192c618c /Cargo.toml
parenta5e39d814c2b33cb2d37675dd3206ae64cdcc333 (diff)
Version bumpv0.8.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 89f815f4..294b1357 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2"
[workspace.package]
-version = "0.7.0"
+version = "0.8.0"
rust-version = "1.70" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"