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"