Skip to content

Commit

Permalink
Bug 1898570 - Update to Glean v60.2.0 r=chutten,supply-chain-reviewer…
Browse files Browse the repository at this point in the history
…s,mach-reviewers,android-reviewers,tthibaud

Differential Revision: https://phabricator.services.mozilla.com/D211415
  • Loading branch information
badboy authored and web-flow committed Jun 10, 2024
1 parent c094a2a commit a93a81c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ svg_fmt = "0.4"
tracy-rs = "0.1.2"
derive_more = { version = "0.99", default-features = false, features = ["add_assign"] }
etagere = "0.2.6"
glean = { version = "60.1.0", optional = true }
glean = { version = "60.2.0", optional = true }
firefox-on-glean = { version = "0.1.0", optional = true }
swgl = { path = "../swgl", optional = true }
topological-sort = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion wr_glyph_rasterizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracy-rs = "0.1.2"
log = "0.4"
lazy_static = "1"
fxhash = "0.2.1"
glean = { version = "60.1.0", optional = true }
glean = { version = "60.2.0", optional = true }
firefox-on-glean = { version = "0.1.0", optional = true }
serde = { optional = true, version = "1.0", features = ["serde_derive"] }

Expand Down

0 comments on commit a93a81c

Please sign in to comment.