Skip to content

Commit

Permalink
release(stegano-cli:0.4.1): core dependency upgrade to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Sep 22, 2020
1 parent 44ac8ed commit 5774494
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
version = "0.4.0"
version = "0.4.1"

members = [
"stegano-core",
Expand Down
4 changes: 2 additions & 2 deletions stegano-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stegano-cli"
description = "Hiding secret data with steganography in PNG images and WAV audio files"
version = "0.4.0"
version = "0.4.1"
authors = ["Sven Assmann <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
Expand All @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
#stegano-core = { path = "../stegano-core" }
stegano-core = "0.4.0"
stegano-core = "0.4.1"
clap = "2.33"

[[bin]]
Expand Down

0 comments on commit 5774494

Please sign in to comment.