-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-12431] Temporarily un-export bitwarden_fido #1072
Conversation
No New Or Fixed Issues Found |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of build errors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to remove bitwarden-fido from the cargo.toml
Hey @coroiu, yes, lots of build errors 😅 Please see the PR description |
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-12431
📔 Objective
Temporarily un-export
bitwarden-fido
. We can't release crates for1.0
because:bitwarden-fido
currently relies on dependencies that are GitHub repositories (reference)bitwarden-fido
is not yet released (same with the aforementioned dependencies)This PR also includes the auto-updates to the
Cargo.lock file
, which should be fine.⭐️NOTE⭐️: This will break CI, this should only be merged when we are ready to do 1.0 releases of
bitwarden
,bws
, etc. It should quickly be followed up a PR, after release, which reverses this.⏰ Reminders before review
team
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes