From 3a757431461ab2e1782cf49267dcf5070a65d5d9 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 4 Nov 2021 17:02:58 +0100 Subject: [PATCH] v0.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6785fb..d5a0d57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "sledcli" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "hexdump", diff --git a/Cargo.toml b/Cargo.toml index a8717dc..c6a9ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sledcli" -version = "0.0.1" +version = "0.0.2" authors = ["Alex Auvolat "] edition = "2018" description = "A simple CLI tool to interact with Sled databases"