summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-05 01:00:13 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-05 01:41:15 +0200
commitb3faef4b80a674294091066e20501e3a5d0f6103 (patch)
tree0fac232cc0800f584a1ab8dffd2c54a7220ba18d /tests/Cargo.toml
parent205b9f3f2513d15406c47273ca035272db515490 (diff)
Bump versionv0.1.0
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 8bc70c9a..ff129513 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "typst-tests"
-version = "0.0.0"
+version = "0.1.0"
authors = ["The Typst Project Developers"]
edition = "2021"
+publish = false
[dev-dependencies]
typst = { path = ".." }