Skip to content

Commit 2ff7705

Browse files
github-actions[bot]Firefox Sync Engineering
andauthored
Auto update with latest AS Release v96.2.1 (#91)
* Updates Package.swift with v96.2.1 release * Version 96.2.1 Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 43de48c commit 2ff7705

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.swift

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

4-
let checksum = "08944477e24d24e6b3618c903b5fca22cfe628fbc4a58d1b03ad4e5592ec7bf1"
5-
let version = "v96.2.0"
4+
let checksum = "c3a60645d76ad8b33ba2c916ff16fce492d8cefa77cd6b5f23ca9551c87f8d2f"
5+
let version = "v96.2.1"
66
let url = "https://github.com/mozilla/application-services/releases/download/\(version)/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "baed2e3a8988266ca9718883e7c49efceb5624d6108779223b93dbfc2158c43a"
9+
let focusChecksum = "0124fb83be08f433af1c3eaef4876a06a96ec95441be57ee7ad305df1f79cb56"
1010
let focusUrl = "https://github.com/mozilla/application-services/releases/download/\(version)/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",

swift-source/all/Generated/Metrics/Metrics.swift

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

29-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 1, day: 4, hour: 17, minute: 51, second: 41))
29+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 1, day: 4, hour: 20, minute: 18, second: 40))
3030
}
3131

3232
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

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

29-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 1, day: 4, hour: 17, minute: 55, second: 58))
29+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 1, day: 4, hour: 20, minute: 20, second: 32))
3030
}
3131

3232
enum NimbusEvents {

0 commit comments

Comments
 (0)