Skip to content

Commit 799ae23

Browse files
Update Glean to v66.1.0 (#7058)
1 parent 8a96207 commit 799ae23

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/external/glean

Submodule glean updated 51 files

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlinx-serialization = "1.9.0"
1818

1919
# Mozilla
2020
android-components = "144.0.1"
21-
glean = "66.0.0"
21+
glean = "66.1.0"
2222
rust-android-gradle = "0.9.6"
2323

2424
# 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: "66.0.0"),
11+
.package(url: "https://github.com/mozilla/glean-swift", from: "66.1.0"),
1212
],
1313
targets: [
1414
// Binary target XCFramework, contains our rust binaries and headers

0 commit comments

Comments
 (0)