From 46dd0c1a401bed44f7ba195eba28b398484f95a6 Mon Sep 17 00:00:00 2001 From: Sridaran Thoniyil Date: Mon, 3 Feb 2025 14:49:20 -0500 Subject: [PATCH] bump crate version to 0.4.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d81a943..2f1326e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "kmonadx" -version = "0.4.0" +version = "0.4.1" dependencies = [ "ahash", "bimap", diff --git a/Cargo.toml b/Cargo.toml index fb18df8..64cd480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmonadx" -version = "0.4.0" +version = "0.4.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html