Closed
Bug 1983669
Opened 1 month ago
Closed 17 days ago
update nimbus-fml so it can be vendored into mozilla-central
Categories
(Application Services :: Nimbus SDK, defect, P2)
Application Services
Nimbus SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: markh, Unassigned)
References
(Blocks 1 open bug)
Details
Currently the nimbus-fml crate has a couple of dependencies which make it impossible to vendor into m-c. In particular
- The
console
crate which is used to write color output to the terminal. If we can find a good alternative we can probably just stop trying to write color etc. - The
email_address
crate which is apparently used to verify a given email address is valid. It's not clear how important this is, whether there is a version which doesn't cause problems for vendoring or whether there's a viable alternative.
Reporter | ||
Comment 1•17 days ago
|
||
all done over in app-services :)
Status: NEW → RESOLVED
Closed: 17 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•