Closed
Bug 1728431
Opened 4 years ago
Closed 4 years ago
Bump the nix crate used by the minidump_writer_linux crate to version 0.15
Categories
(Toolkit :: Crash Reporting, task)
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
Attachments
(1 file)
We need to do this upstream. This is needed because we want to vendor the midir crate and it depends on version 0.15 of the nix crate. minidump_writer_linux depends on 0.13.1 and we don't want to have two versions of it. From my testing it seems that minidump_writer_linux builds and works fine with nix 0.15.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
This patch bumps the minidump_writer_linux crate but does not import any new
changes, the only difference is that it now depends on nix 0.15
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/24c9b17fd623
Update the vendored nix crate to version 0.15 r=KrisWright
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•