Skip to content

Commit 32361f8

Browse files
authored
Update FXIOS-12796 [Swift 6] Upgrade glean for sendable conformance (#29366)
* Upgrade Glean version to 65.1.1
1 parent 7ac3d5e commit 32361f8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

MozillaRustComponents/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MozillaRustComponents/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.library(name: "FocusRustComponents", targets: ["FocusAppServices"]),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/mozilla/glean-swift", from: "65.0.3"),
20+
.package(url: "https://github.com/mozilla/glean-swift", from: "65.1.1"),
2121
],
2222
targets: [
2323
// A wrapper around our binary target that combines + any swift files we want to expose to the user

firefox-ios/Client.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30067,7 +30067,7 @@
3006730067
repositoryURL = "https://github.com/mozilla/glean-swift";
3006830068
requirement = {
3006930069
kind = exactVersion;
30070-
version = 65.0.3;
30070+
version = 65.1.1;
3007130071
};
3007230072
};
3007330073
4368F83B279669690013419B /* XCRemoteSwiftPackageReference "SnapKit" */ = {

firefox-ios/Client.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)