This commit is contained in:
Alex 2021-11-04 17:02:58 +01:00
parent 2d033eabc4
commit 3a75743146
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -427,7 +427,7 @@ dependencies = [
[[package]]
name = "sledcli"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"anyhow",
"hexdump",

View File

@ -1,6 +1,6 @@
[package]
name = "sledcli"
version = "0.0.1"
version = "0.0.2"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
description = "A simple CLI tool to interact with Sled databases"