Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Jul 3, 2024
1 parent 26aa25a commit 6c73cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/symbolicator-service/src/caches/versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub const BUNDLE_INDEX_CACHE_VERSIONS: CacheVersions = CacheVersions {
/// Proguard Cache, with the following versions:
///
/// - `1`: Initial version.
/// - `2`: Use proguard cache format (https://github.com/getsentry/symbolicator/pull/1491).
/// - `2`: Use proguard cache format (<https://github.com/getsentry/symbolicator/pull/1491>).
pub const PROGUARD_CACHE_VERSIONS: CacheVersions = CacheVersions {
current: 2,
fallbacks: &[],
Expand Down

0 comments on commit 6c73cdb

Please sign in to comment.