diff options
author | sharkdp <davidpeter@web.de> | 2019-01-14 10:45:32 +0100 |
---|---|---|
committer | sharkdp <davidpeter@web.de> | 2019-01-14 10:51:32 +0100 |
commit | 7e46a5d788545ff88c5bcff05717a2b14f199f1e (patch) | |
tree | 6b2fe27567d52adec22d2b9355fb3d469d70ce73 | |
parent | 19030470f98201810f113f5a7a862b1de21c4d80 (diff) |
Bump versionv0.4.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "hexyl" -version = "0.3.1" +version = "0.4.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "hexyl" readme = "README.md" repository = "https://github.com/sharkdp/hexyl" -version = "0.3.1" +version = "0.4.0" [dependencies] ansi_term = "0.11" @@ -22,8 +22,8 @@ of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, o ### On Debian-based systems ``` bash -wget "https://github.com/sharkdp/hexyl/releases/download/v0.3.1/hexyl_0.3.1_amd64.deb" -sudo dpkg -i hexyl_0.3.1_amd64.deb +wget "https://github.com/sharkdp/hexyl/releases/download/v0.4.0/hexyl_0.4.0_amd64.deb" +sudo dpkg -i hexyl_0.4.0_amd64.deb ``` ### On Arch Linux |