-
Notifications
You must be signed in to change notification settings - Fork 909
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
build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 in the github-actions group #3845
build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 in the github-actions group #3845
Conversation
c927a7e
to
35b04c9
Compare
769cb92
to
f06cc16
Compare
While I was fixing it so it works again, I've significantly refreshed our current
Additionally, I made PRs to relevant dependencies that accidentally included shell files into their crate package: rustwasm/wasm-bindgen#4046 and rust-mobile/android-activity#165. To prevent the same happening to use, I also added |
what file is that? I'd assume it counted js/ts files, since I don't see any shell script inside winit. |
Ah apologies, I was just rewording copy-pasted text from all the other repos that actually include shell files, it was late 😅. Yes, it included the TS file, the JS file actually has to stay in. |
In general, tests must be shipped as well, since distributions do run the In the end of the day you should ensure that all the basic commands, like |
Do distributions get their package from crates.io? |
Yes, via archive URL and then they re-cache it. At least that's what I've seen and that's why debian requires the crate to be on crates.io IIRC. Then they test it and repackage in their distro. |
f06cc16
to
ee75375
Compare
Done, I added the |
ee75375
to
3145d14
Compare
Just fyi, it's done by downloading the |
Cargo.toml
Outdated
"/LICENSE", | ||
"/src/**/*.rs", | ||
"/src/changelog/*.md", | ||
"/src/platform_impl/web/script/**/*.min.js", |
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.
Can't we just include all of the src
?
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.
I changed it up a bit to handle the TS/JS stuff explicitly.
3145d14
to
2ecc747
Compare
Bumps the github-actions group with 1 update: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `EmbarkStudios/cargo-deny-action` from 1 to 2 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@v1...v2) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
2ecc747
to
77a157d
Compare
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.
In general, the archive seems to work.
Bumps the github-actions group with 1 update: EmbarkStudios/cargo-deny-action.
Updates
EmbarkStudios/cargo-deny-action
from 1 to 2Release notes
Sourced from EmbarkStudios/cargo-deny-action's releases.
... (truncated)
Commits
0895404
Move to v2 tag10d8902
Bump to 0.16.0d425dbf
Update .gitignore53bface
Update image base3f8dc3e
Add ability to fetch git dependecies in cargo via ssh (#78)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions