Skip to content

Commit

Permalink
Auto update with latest AS Release v91.1.2 (#48)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
github-actions[bot] and Firefox Sync Engineering authored Apr 21, 2022
1 parent 29772c8 commit 051f4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "16545b8edb256f06ca9f37e9da233ed4324d4a5545f406603b9150208f9290ce"
let version = "v91.1.0"
let checksum = "054a019206f358d7a6c41de8b787b88dcea1d06a33e7a90406f1e3e2c336226a"
let version = "v91.1.2"
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: 2, day: 16, hour: 17, minute: 5, second: 28))
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))
}

enum NimbusEvents {
Expand Down

0 comments on commit 051f4d6

Please sign in to comment.