summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-06-07 11:32:07 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-06-07 15:12:35 +0200
commit478cc25ffdc5a00f08953010f74da127d51c2fea (patch)
treed614e629b7a9d4948098cf6b03f6a1dc162533d8
parentb1c4b0bf2b9d53b5e04e4e3533f02567f64cb78a (diff)
Bump version to 0.8.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6a2b895..f0b2e3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "hexyl"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index ebde78d..9929991 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "hexyl"
readme = "README.md"
repository = "https://github.com/sharkdp/hexyl"
-version = "0.7.0"
+version = "0.8.0"
edition = "2018"
[dependencies]