From 2098c3688d7b4bda11d60437f435f9603fa080df Mon Sep 17 00:00:00 2001 From: Federico Lolli <federico.lolli@skywarder.eu> Date: Thu, 21 Mar 2024 19:19:44 +0100 Subject: [PATCH] Bumped version --- on-host/Cargo.lock | 2 +- on-host/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/on-host/Cargo.lock b/on-host/Cargo.lock index 14ae33f..82410bd 100644 --- a/on-host/Cargo.lock +++ b/on-host/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "arpist" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "csv", diff --git a/on-host/Cargo.toml b/on-host/Cargo.toml index c0eabb2..c836afa 100644 --- a/on-host/Cargo.toml +++ b/on-host/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arpist" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- GitLab