summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-04 09:11:27 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-04 09:11:27 -0800
commitd333b306812c35dee615542a4edff451b2b7d50a (patch)
treef080da7ab06da7a2b4099438d78d385e6ce21d09
parent4caa73c3db378208c661a2ee125da2c2374f7363 (diff)
#38 update Cargo.toml categories and increment version to 0.3.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 72c35c1..6819a49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -61,7 +61,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hx"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 8d4ed10..ee6ab10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
authors = ["sitkevij"]
-categories = ["command-line-utilities","debugging"]
+categories = ["command-line-utilities","development-tools"]
description = "Futuristic take on hexdump, made in Rust."
include = ["src/**/*","Cargo.toml","Cargo.lock"]
repository = "https://github.com/sitkevij/hex"
keywords = ["hexdump", "hexadecimal", "tools", "ascii", "hex"]
license = "MIT"
name = "hx"
-version = "0.3.1"
+version = "0.3.2"
edition = "2018"
# see https://doc.rust-lang.org/cargo/reference/manifest.html