Skip to content

Commit 53090ce

Browse files
travis79rvandermeulen
authored andcommitted
Update to Glean v65.1.1
1 parent a176082 commit 53090ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ coroutines = "1.10.2"
1717

1818
# Mozilla
1919
android-components = "143.0"
20-
glean = "65.0.2"
20+
glean = "65.1.1"
2121
rust-android-gradle = "0.9.6"
2222

2323
# AndroidX

megazords/ios-rust/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.

megazords/ios-rust/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "MozillaRustComponents", targets: ["MozillaRustComponentsWrapper"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/mozilla/glean-swift", from: "65.0.2"),
11+
.package(url: "https://github.com/mozilla/glean-swift", from: "65.1.1"),
1212
],
1313
targets: [
1414
// Binary target XCFramework, contains our rust binaries and headers

0 commit comments

Comments
 (0)