v0.0.2
This commit is contained in:
parent
2d033eabc4
commit
3a75743146
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -427,7 +427,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sledcli"
|
name = "sledcli"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"hexdump",
|
"hexdump",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sledcli"
|
name = "sledcli"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors = ["Alex Auvolat <alex@adnab.me>"]
|
authors = ["Alex Auvolat <alex@adnab.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A simple CLI tool to interact with Sled databases"
|
description = "A simple CLI tool to interact with Sled databases"
|
||||||
|
|
Loading…
Reference in a new issue