summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLino Le Van <11367844+lino-levan@users.noreply.github.com>2023-05-23 03:20:12 -0700
committerGitHub <noreply@github.com>2023-05-23 12:20:12 +0200
commit5400570efa13d24519e321474f41ebda5cc4cbc7 (patch)
tree334402245bf9be4d38f95fe2827ec8a9ee13d9a7 /Cargo.toml
parent5dbc15ef0c48cb024205ac84f295fdffef985374 (diff)
feat(cli): export as png (#1159)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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 42a8973c..3950687b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = ["cli"]
[workspace.package]
version = "0.4.0"
-rust-version = "1.65"
+rust-version = "1.67"
authors = ["The Typst Project Developers"]
edition = "2021"
homepage = "https://typst.app"