Skip to content

Commit e846bf4

Browse files
authored
feat: optimize get_latest_tag (#158)
1 parent 59495ed commit e846bf4

File tree

3 files changed

+118
-110
lines changed

3 files changed

+118
-110
lines changed

.cargo/audit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[advisories]
2+
# Ignore gix-date vulnerability in cargo-audit dev-dependency
3+
# This only affects the audit tool itself, not production code
4+
# TODO: remove this ignore once cargo-audit update
5+
ignore = ["RUSTSEC-2025-0140"]

0 commit comments

Comments
 (0)