From 856557353b8d80322382a1b58ce8ccf309b0e94d Mon Sep 17 00:00:00 2001 From: HarmoGlace <23212967+HarmoGlace@users.noreply.github.com> Date: Wed, 3 May 2023 10:37:44 +0200 Subject: Add rust minimum version in `Cargo.toml` (#902) --- macros/Cargo.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'macros') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 59151850..895d8321 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "typst-macros" -version = "0.3.0" -authors = ["The Typst Project Developers"] -edition = "2021" +version.workspace = true +rust-version.workspace = true +authors.workspace = true +edition.workspace = true description = "Proc-macros for Typst." -homepage = "https://typst.app" -repository = "https://github.com/typst/typst" -license = "Apache-2.0" -keywords = ["typst"] +homepage.workspace = true +repository.workspace = true +license.workspace = true +keywords.workspace = true [lib] proc-macro = true -- cgit v1.2.3