-
Notifications
You must be signed in to change notification settings - Fork 703
refactor(services/vercel-artifacts): Split vercel-artifacts into separate crate #7009
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
Conversation
| @@ -0,0 +1,30 @@ | |||
| [package] | |||
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.
please add license header to fix CI
core/core/Cargo.toml
Outdated
| services-swift = [] | ||
| services-upyun = ["dep:hmac", "dep:sha1"] | ||
| services-vercel-artifacts = [] | ||
|
|
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.
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
Xuanwo
left a comment
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.
Thank you @kenwoodjw for working on this and thank you @koushiro for the review.
…rate crate (apache#7009) * refactor(services/vercel-artifacts): Split vercel-artifacts into separate crate * cargo fmt Signed-off-by: kenwoodjw <blackxin55+@gmail.com> * fix ci Signed-off-by: kenwoodjw <blackxin55+@gmail.com> * cargo fmt Signed-off-by: kenwoodjw <blackxin55+@gmail.com> * taplo format Signed-off-by: kenwoodjw <blackxin55+@gmail.com> --------- Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
…rate crate
Which issue does this PR close?
Closes #6928 .
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?
AI Usage Statement
Gemini3 Pro High