From d6a9b1bbe6fc010dba906a13731a1a66e6abb01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 24 Jan 2025 21:15:43 +0100 Subject: [PATCH] bump version to 1.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6d5c2c..05841d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,7 +127,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "cntr" -version = "1.6.0" +version = "1.6.1" dependencies = [ "chashmap", "clap", diff --git a/Cargo.toml b/Cargo.toml index 821b690..fd48ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cntr" edition = "2021" description = "A container debugging tool based on FUSE" -version = "1.6.0" +version = "1.6.1" authors = ["Jörg Thalheim "] categories = ["development-tools::debugging", "os::unix-apis"] repository = "https://github.com/Mic92/cntr"