summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-27 16:54:55 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-27 16:54:55 +0100
commit713cde11364121e2071dde45138ae560e3b8fe41 (patch)
treead4afd66bdbaabf67af880d43704be2149f453b6 /tests
parent18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff)
Make workspace inheriting consistent
Diffstat (limited to 'tests')
-rw-r--r--tests/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 386b1073..006b7898 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "typst-tests"
-version.workspace = true
-rust-version.workspace = true
-authors.workspace = true
-edition.workspace = true
+version = { workspace = true }
+rust-version = { workspace = true }
+authors = { workspace = true }
+edition = { workspace = true }
publish = false
[dev-dependencies]