From 06d0916fd86e7464f7aeeae595d385268495b0de Mon Sep 17 00:00:00 2001 From: Michael Salaverry Date: Wed, 1 Feb 2023 10:40:15 +0200 Subject: [PATCH] bump: version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9710846..f6c60a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1496,7 +1496,7 @@ checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" [[package]] name = "weather" -version = "0.1.1" +version = "0.1.4" dependencies = [ "cached-path", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 45dd549..c83d215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weather" -version = "0.1.1" +version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html