Skip to content

Commit b06c2ed

Browse files
committed
Update to Glean v65.1.0
1 parent d41482a commit b06c2ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/external/glean

Submodule glean updated 48 files

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 = "142.0.1"
20-
glean = "65.0.2"
20+
glean = "65.1.0"
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.0"),
1212
],
1313
targets: [
1414
// Binary target XCFramework, contains our rust binaries and headers

0 commit comments

Comments
 (0)