Skip to content

Commit

Permalink
chore: Release v2.3.4
Browse files Browse the repository at this point in the history
This release contains just the deps bumps

Signed-off-by: stefins <[email protected]>
  • Loading branch information
stefins committed Feb 26, 2025
1 parent a897cab commit db1260a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "wdcrypt"
version = "2.3.3"
version = "2.3.4"
authors = ["Stefin <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use clap::Command;

fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = clap::Command::new("wdcrypt")
.version("2.3.3")
.version("2.3.4")
.author("Stefin [email protected]")
.about("Encrypt your current working directory")
.arg_required_else_help(true)
Expand Down

0 comments on commit db1260a

Please sign in to comment.