Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 518da3a

Browse files
committed
build: version, release profile & update dependencies
1 parent 78bbe30 commit 518da3a

File tree

3 files changed

+40
-37
lines changed

3 files changed

+40
-37
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = [ "crates/cli", "crates/common", "crates/pam" ]
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.9.9"
7+
version = "0.9.99"
88
description = "The AuthRamp PAM module provides an account lockout mechanism based on the number of authentication failures."
99
authors = ["34n0 <34n0@immerda.ch>"]
1010
license = "GPL-3.0"
@@ -69,4 +69,7 @@ assets = [
6969
]
7070

7171
[lints]
72-
workspace = true
72+
workspace = true
73+
74+
[profile.release]
75+
strip = true

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ common = { path = "../common" }
2222
tempdir.workspace = true
2323

2424
[lints]
25-
workspace = true
25+
workspace = true

0 commit comments

Comments
 (0)