From 440a9dee67aef75c4412f6d28b23593b7931dc95 Mon Sep 17 00:00:00 2001 From: Lukas Potthast Date: Mon, 4 Sep 2023 19:35:54 +0200 Subject: [PATCH] Use single workspace version for leptonic and leptonic-theme --- leptonic-theme/Cargo.toml | 2 +- leptonic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/leptonic-theme/Cargo.toml b/leptonic-theme/Cargo.toml index aea981a..edc14d1 100644 --- a/leptonic-theme/Cargo.toml +++ b/leptonic-theme/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptonic-theme" -version = "0.2.0" +version = { workspace = true } edition = "2021" rust-version = "1.60" authors = ["Lukas Potthast "] diff --git a/leptonic/Cargo.toml b/leptonic/Cargo.toml index 0300355..35f97a6 100644 --- a/leptonic/Cargo.toml +++ b/leptonic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptonic" -version = "0.2.0" +version = { workspace = true } edition = "2021" rust-version = "1.70" authors = ["Lukas Potthast "]