Skip to content

Commit

Permalink
Changed app version, updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
DemwE committed Sep 11, 2023
1 parent 0d2168a commit 10924bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "rgen"
version = "1.2.0"
version = "1.3.0"
authors = ["Mateusz Czarnecki (DemwE)"]
description = "A simple CLI tool for generating random passwords."
description = "A simple CLI tool for generating random passwords or passphrase passwords."
edition = "2021"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "4.3.11", features = ["derive"]}
clap = {version = "4.4.2", features = ["derive"]}
rand = "0.8.5"

0 comments on commit 10924bc

Please sign in to comment.