Skip to content

Commit 7861799

Browse files
committed
chore: bump to v0.9.1
1 parent 19a23ef commit 7861799

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
echo "⚠️ $filename not found in committed keys"
116116
fi
117117
done
118-
118+
119119
if [ $failed -eq 1 ]; then
120120
echo "Error: Generated keys don't match committed keys"
121121
exit 1
122122
fi
123-
123+
124124
echo "✓ All deterministic keys match committed versions"
125125
126126
ctf-challenges:
@@ -246,7 +246,16 @@ jobs:
246246
timeout-minutes: 30
247247

248248
needs:
249-
[fmt, clippy, docs, tests, key-generation, ctf-challenges, coverage, build, docker-build]
249+
[
250+
fmt,
251+
clippy,
252+
docs,
253+
tests,
254+
key-generation,
255+
ctf-challenges,
256+
build,
257+
docker-build,
258+
]
250259
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
251260

252261
steps:
@@ -265,7 +274,16 @@ jobs:
265274
timeout-minutes: 120
266275

267276
needs:
268-
[fmt, clippy, docs, tests, key-generation, ctf-challenges, coverage, build, docker-build]
277+
[
278+
fmt,
279+
clippy,
280+
docs,
281+
tests,
282+
key-generation,
283+
ctf-challenges,
284+
build,
285+
docker-build,
286+
]
269287
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
270288

271289
env:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsacracker"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
authors = ["skyf0l <skyf0lmails@proton.me>"]
66
description = "Powerful RSA cracker for CTFs. Supports RSA, X509, OPENSSH, PKCS#12, PKCS#7, and CSR in PEM and DER formats."

0 commit comments

Comments
 (0)