summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <david.peter@bosch.com>2022-12-05 09:32:07 +0100
committerDavid Peter <david.peter@bosch.com>2022-12-05 09:32:07 +0100
commitc6af2edda863346585809b05c77b82a8331864dc (patch)
treecf6b77f12d674bb84662b48c8772a4acd79a0a71
parenta7fadfaaf225f052859557cbed2a40289deb578b (diff)
Bump version
-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 9047e5f..d4b933c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -186,7 +186,7 @@ dependencies = [
[[package]]
name = "hexyl"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"anstyle",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 84993a4..d510f4d 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.10.0"
+version = "0.11.0"
edition = "2021"
[dependencies]