Skip to content

Commit 603262d

Browse files
github-actions[bot]Firefox Sync Engineering
andauthored
Auto update with latest AS Release v92.0.1 (#46)
* Updates Package.swift with v92.0.1 release * Version 92.0.1 Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 5432686 commit 603262d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "554787eac2c80f4f045ef66fb8e5f503322ed02bc4feedca041dc4a0f9fce50e"
5-
let version = "v92.0.0"
4+
let checksum = "a315d0dba54895526935316ecc66aa6c9a522194d02225119e6b35378c7ba914"
5+
let version = "v92.0.1"
66
let url = "https://github.com/mozilla/application-services/releases/download/\(version)/MozillaRustComponents.xcframework.zip"
77

88
let package = Package(

swift-source/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension GleanMetrics {
2222
// Intentionally left private, no external user can instantiate a new global object.
2323
}
2424

25-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 3, day: 17, hour: 21, minute: 7, second: 57))
25+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 3, day: 25, hour: 15, minute: 6, second: 26))
2626
}
2727

2828
enum NimbusEvents {

0 commit comments

Comments
 (0)