Skip to content

Commit

Permalink
Auto update with latest AS Release v93.1.0 (#55)
Browse files Browse the repository at this point in the history
* Updates Package.swift with v93.1.0 release

* Version 93.1.0

Co-authored-by: Firefox Sync Engineering <[email protected]>
  • Loading branch information
github-actions[bot] and Firefox Sync Engineering authored May 6, 2022
1 parent 903bfaa commit ab13793
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 115 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// swift-tools-version:5.4
import PackageDescription

let checksum = "f0b1691cb1306d5e184d273d3fcc1aaacb74ed0bbc930729e0bfbd5250dddb4e"
let version = "v93.0.4"
let checksum = "3d97e0661ccc4b45ee58b35ed958e19d8e419985ea5efd9b58078dd086f057ce"
let version = "v93.1.0"
let url = "https://github.com/mozilla/application-services/releases/download/\(version)/MozillaRustComponents.xcframework.zip"

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion swift-source/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extension GleanMetrics {
// Intentionally left private, no external user can instantiate a new global object.
}

public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 4, day: 29, hour: 0, minute: 14, second: 28))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 5, day: 6, hour: 19, minute: 27, second: 46))
}

enum NimbusEvents {
Expand Down
Loading

0 comments on commit ab13793

Please sign in to comment.