Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
John Baber-Lucero committed Jan 13, 2022
1 parent 01dedbd commit 917c868
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edhex"
version = "0.3.10"
version = "0.3.11"
authors = ["John Baber-Lucero <[email protected]>"]
license = "GPL-3.0"
description = "Hex editor that works vaguely like ed"
Expand All @@ -11,6 +11,6 @@ edition = "2018"

[dependencies]
ansi_term = "0.12.1"
edhex_core = { path = "../edhex_core", version = "0.5.0" }
edhex_core = { path = "../edhex_core", version = "0.5.2" }
regex = "1.4.5"
clap = "2.27.0"
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 917c868

Please sign in to comment.