diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Cargo.toml | 8 |
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] |
