Skip to content

Commit be7deba

Browse files
github-actions[bot]Firefox Sync Engineering
andauthored
Auto update with latest AS Release v93.0.2 (#50)
* Updates Package.swift with v93.0.2 release * Version 93.0.2 Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent c53e3cc commit be7deba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 = "ee0c516ff8ddb0050c8e0daffd640c2b2cc01441cd081e6c46002e2f0324dc9c"
5-
let version = "v93.0.1"
4+
let checksum = "d685d7413f1421f40e708c66bb1a8d730f76788799c14fd56252719ec5578788"
5+
let version = "v93.0.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: 4, day: 21, hour: 15, minute: 6, second: 37))
25+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 4, day: 25, hour: 18, minute: 17, second: 22))
2626
}
2727

2828
enum NimbusEvents {

swift-source/Nimbus/Collections+.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ public extension Array where Element == Bundle {
9999

100100
/// Convenience extensions to make working elements coming from the `Variables`
101101
/// object slightly easier/regular.
102-
extension String {
102+
public extension String {
103103
func map<V>(_ transform: (Self) throws -> V?) rethrows -> V? {
104104
return try transform(self)
105105
}
106106
}
107107

108-
extension Variables {
108+
public extension Variables {
109109
func map<V>(_ transform: (Self) throws -> V) rethrows -> V {
110110
return try transform(self)
111111
}

0 commit comments

Comments
 (0)