From bab4e50d855b4372cfe0976c1c307c143e729dc9 Mon Sep 17 00:00:00 2001 From: Bogdan Kolbik Date: Mon, 9 Oct 2023 15:27:43 +0200 Subject: [PATCH] Fix --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee35733..820d47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ homepage = "https://github.com/moia-oss/tinytime.rs" repository = "https://github.com/moia-oss/tinytime.rs" documentation = "https://docs.rs/tinytime" edition = "2021" -version = "" +# Version is defined during release +version = "0.1.0" license = "MIT OR Apache-2.0" [dependencies]