Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
34N0 committed Jul 23, 2024
1 parent 4daa8ac commit c89d70b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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
Expand Up @@ -4,7 +4,7 @@ members = [ "crates/cli", "crates/common", "crates/pam" ]

[workspace.package]
edition = "2021"
version = "1.0.0"
version = "1.0.5"
description = "The AuthRamp PAM module provides an account lockout mechanism based on the number of authentication failures."
authors = ["34n0 <34n0@immerda.ch>"]
license = "GPL-3.0"
Expand All @@ -19,7 +19,7 @@ libc = "0.2.153"
tempdir = "0.3.7"
tempfile = "3.8.1"
toml = "0.8.8"
uzers = "0.11.3"
uzers = "0.12.0"

[workspace.lints.clippy]
pedantic = { level = "deny" }
Expand Down

0 comments on commit c89d70b

Please sign in to comment.