-
Notifications
You must be signed in to change notification settings - Fork 128
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
chore: Update from _rust/main template #316
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69fa026 - Browse repository at this point
Copy the full SHA 69fa026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c9aa7 - Browse repository at this point
Copy the full SHA 82c9aa7View commit details
Commits on Jan 2, 2024
-
Merge pull request rust-cli#12 from epage/renovate/actions-setup-pyth…
…on-5.x chore(deps): update actions/setup-python action to v5
Configuration menu - View commit details
-
Copy full SHA for c7805bc - Browse repository at this point
Copy the full SHA c7805bcView commit details -
Merge pull request rust-cli#13 from epage/renovate/github-codeql-acti…
…on-3.x chore(deps): update github/codeql-action action to v3
Configuration menu - View commit details
-
Copy full SHA for 739d2cf - Browse repository at this point
Copy the full SHA 739d2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c0626 - Browse repository at this point
Copy the full SHA a4c0626View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61250a3 - Browse repository at this point
Copy the full SHA 61250a3View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e819db4 - Browse repository at this point
Copy the full SHA e819db4View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b02906 - Browse repository at this point
Copy the full SHA 0b02906View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 131de55 - Browse repository at this point
Copy the full SHA 131de55View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a5af5c - Browse repository at this point
Copy the full SHA 9a5af5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da56001 - Browse repository at this point
Copy the full SHA da56001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1313256 - Browse repository at this point
Copy the full SHA 1313256View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51a98a2 - Browse repository at this point
Copy the full SHA 51a98a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db293d - Browse repository at this point
Copy the full SHA 4db293dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 779496b - Browse repository at this point
Copy the full SHA 779496bView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c977df5 - Browse repository at this point
Copy the full SHA c977df5View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7846c51 - Browse repository at this point
Copy the full SHA 7846c51View commit details -
Merge pull request rust-cli#16 from epage/renovate/pre-commit-action-3.x
chore(deps): Update pre-commit/action action to v3.0.1
Configuration menu - View commit details
-
Copy full SHA for 2d5ff55 - Browse repository at this point
Copy the full SHA 2d5ff55View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d5ead8 - Browse repository at this point
Copy the full SHA 3d5ead8View commit details -
chore(ci): Don't update stable and MSRV together
We might want to hold one or the other back
Configuration menu - View commit details
-
Copy full SHA for ace6e07 - Browse repository at this point
Copy the full SHA ace6e07View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ec86ab - Browse repository at this point
Copy the full SHA 8ec86abView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e647d9 - Browse repository at this point
Copy the full SHA 8e647d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126eb3d - Browse repository at this point
Copy the full SHA 126eb3dView commit details -
Now that we run clippy on stable, we can do this
Configuration menu - View commit details
-
Copy full SHA for c8b190b - Browse repository at this point
Copy the full SHA c8b190bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b1b566 - Browse repository at this point
Copy the full SHA 9b1b566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d486c - Browse repository at this point
Copy the full SHA 92d486cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9258d9a - Browse repository at this point
Copy the full SHA 9258d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2714cca - Browse repository at this point
Copy the full SHA 2714ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314eef7 - Browse repository at this point
Copy the full SHA 314eef7View commit details -
This works well when a package is a safe abstraction but to universally apply in a template to all members of a workspace doesn't make sense.
Configuration menu - View commit details
-
Copy full SHA for 6a9d2bf - Browse repository at this point
Copy the full SHA 6a9d2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4b1b6 - Browse repository at this point
Copy the full SHA 8d4b1b6View commit details -
chore: Move print lints to lib.rs
While there is a config for ignoring these in tests, it doesn't help with examples.
Configuration menu - View commit details
-
Copy full SHA for 99e034b - Browse repository at this point
Copy the full SHA 99e034bView commit details
Commits on Apr 1, 2024
-
chore: Drop workspace.dependencies
Without automated checks, this will make it harder to track breaking changes.
Configuration menu - View commit details
-
Copy full SHA for a516bda - Browse repository at this point
Copy the full SHA a516bdaView commit details -
chore: Only check missing_docs in lib
This also fires in examples and other places. While docs in examples would be nice, it isn't universally applicable and `allow`s would undermine the examples.
Configuration menu - View commit details
-
Copy full SHA for ebc70d0 - Browse repository at this point
Copy the full SHA ebc70d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3278d49 - Browse repository at this point
Copy the full SHA 3278d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d634de6 - Browse repository at this point
Copy the full SHA d634de6View commit details -
Merge pull request rust-cli#19 from epage/t
chore(ci): Ensure CI job always runs
Configuration menu - View commit details
-
Copy full SHA for dc3e937 - Browse repository at this point
Copy the full SHA dc3e937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2570b58 - Browse repository at this point
Copy the full SHA 2570b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd2755 - Browse repository at this point
Copy the full SHA afd2755View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 258f25c - Browse repository at this point
Copy the full SHA 258f25cView commit details