From 884fa56545b0c140a8a6fe2e0837e344f9f39885 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:22:05 +0200 Subject: [PATCH] Update version number in cargo.toml to match actual version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04289a6..fc5353a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ics-proxy" -version = "0.1.2" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html