From 806d17328c2b6dc7bdcaff025a69a9e1ada25c26 Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Sat, 2 Dec 2023 21:52:49 +1100 Subject: [PATCH] Update kr package version to 1.0.3 Updated the version number of the kr package in both Cargo.toml and Cargo.lock files from version 1.0.2 to 1.0.3. This was necessary for incorporating new features and fixes from the updated version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 745adaa..54583d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "kr" -version = "1.0.2" +version = "1.0.3" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index e3cd421..20b87e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kr" -version = "1.0.2" +version = "1.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html