Skip to content

Commit 051f4d6

Browse files
github-actions[bot]Firefox Sync Engineering
andauthored
Auto update with latest AS Release v91.1.2 (#48)
* Auto update with latest AS Release v92.0.0 (#44) * Updates Package.swift with v92.0.0 release * Version 92.0.0 Co-authored-by: Firefox Sync Engineering <[email protected]> * 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]> * Auto update with latest AS Release v93.0.0 (#47) * Updates Package.swift with v93.0.0 release * Version 93.0.0 Co-authored-by: Firefox Sync Engineering <[email protected]> * Updates Package.swift with v91.1.2 release * Version 91.1.2 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 29772c8 commit 051f4d6

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 = "16545b8edb256f06ca9f37e9da233ed4324d4a5545f406603b9150208f9290ce"
5-
let version = "v91.1.0"
4+
let checksum = "054a019206f358d7a6c41de8b787b88dcea1d06a33e7a90406f1e3e2c336226a"
5+
let version = "v91.1.2"
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: 2, day: 16, hour: 17, minute: 5, second: 28))
25+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 4, day: 20, hour: 15, minute: 7, second: 10))
2626
}
2727

2828
enum NimbusEvents {

0 commit comments

Comments
 (0)