forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out 4 changesets (bug 1729723) for mochitest crashes on LateWr…
…iteChecks.cpp . CLOSED TREE Backed out changeset 728ead24c5e8 (bug 1729723) Backed out changeset 466be2d40e28 (bug 1729723) Backed out changeset 7b67981c7531 (bug 1729723) Backed out changeset 378b0f332427 (bug 1729723)
- Loading branch information
Showing
28 changed files
with
70 additions
and
758 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,17 @@ | |
# When uploading crates to the registry Cargo will automatically | ||
# "normalize" Cargo.toml files for maximal compatibility | ||
# with all versions of Cargo and also rewrite `path` dependencies | ||
# to registry (e.g., crates.io) dependencies. | ||
# to registry (e.g., crates.io) dependencies | ||
# | ||
# If you are reading this file be aware that the original Cargo.toml | ||
# will likely look very different (and much more reasonable). | ||
# See Cargo.toml.orig for the original contents. | ||
# If you believe there's an error in this file please file an | ||
# issue against the rust-lang/cargo repository. If you're | ||
# editing this file be aware that the upstream Cargo.toml | ||
# will likely look very different (and much more reasonable) | ||
|
||
[package] | ||
edition = "2018" | ||
name = "glean-core" | ||
version = "41.1.0" | ||
version = "40.1.0" | ||
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"] | ||
include = ["/README.md", "/LICENSE", "/src", "/examples", "/tests", "/Cargo.toml"] | ||
description = "A modern Telemetry library" | ||
|
@@ -21,7 +22,7 @@ keywords = ["telemetry"] | |
license = "MPL-2.0" | ||
repository = "https://github.com/mozilla/glean" | ||
[package.metadata.glean] | ||
glean-parser = "4.0.0" | ||
glean-parser = "3.6.0" | ||
[dependencies.bincode] | ||
version = "1.2.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.