Closed
Bug 1772048
Opened 3 years ago
Closed 3 years ago
Update rustc_version and semver crates
Categories
(Core :: General, task)
Core
General
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
A 0.9 semver compatibility crate is kept for cubeb-pulse-rs, pending the
merge of https://github.com/mozilla/cubeb-pulse-rs/pull/80
semver 1.0 doesn't and won't support Clone on semver::Error[1], so we
convert the mozversion error type to store the string version of the
error, which is an incompatible change requiring a version bump on the
crate.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/f52e2ad948e8
Update rustc_version and semver crates. r=emilio,webdriver-reviewers,kinetik,whimboo
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•