summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-06 11:53:49 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-06 11:53:49 +0100
commit7d28e6499e1094c1e7c340fe95d3ecd543993f3b (patch)
tree899d826379c88d55d6b1a75db9b1057b2acb5b48 /Cargo.toml
parentd4d702017c41b27879f6eac9280163cf7f3d5e8d (diff)
Set Typst versions to `0.0.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 b2f3dcca..b2db5424 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "typst"
-version = "0.1.0"
+version = "0.0.0"
authors = ["The Typst Project Developers"]
edition = "2021"