Skip to content

Commit

Permalink
Bump edhex and edhex_core dependency to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Baber-Lucero committed Jun 1, 2022
1 parent a2d10e6 commit 6bff611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 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.4.2"
version = "1.0.0"
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.7.2" }
edhex_core = { path = "../edhex_core", version = "1.0.0" }
regex = "1.4.5"
clap = "2.27.0"

0 comments on commit 6bff611

Please sign in to comment.