Skip to content
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: use workspace.package to manage crate meta #740

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

MrCroxx
Copy link
Collaborator

@MrCroxx MrCroxx commented Sep 26, 2024

What's changed and what's your intention?

Please explain IN DETAIL what the changes are in this PR and why they are needed. :D

Changes:

  • Use workspace.package to manage crate meta.
  • Replace all "Foyer" with "foyer".

Checklist

  • I have written the necessary rustdoc comments
  • I have added the necessary unit tests and integration tests
  • I have passed make all (or make fast instead if the old tests are not modified) in my local environment.

Related issues or PRs (optional)

close #731

Besides, replace all "Foyer" with "foyer".

Signed-off-by: MrCroxx <[email protected]>
@MrCroxx MrCroxx added the chore label Sep 26, 2024
@MrCroxx MrCroxx added this to the v0.12 milestone Sep 26, 2024
@MrCroxx MrCroxx self-assigned this Sep 26, 2024
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
foyer-bench/src/analyze.rs 99.00% <ø> (ø)
foyer-bench/src/main.rs 66.96% <ø> (ø)
foyer-bench/src/rate.rs 100.00% <ø> (ø)
foyer-bench/src/text.rs 100.00% <ø> (ø)
foyer-common/src/assert.rs 100.00% <ø> (ø)
foyer-common/src/asyncify.rs 50.00% <ø> (ø)
foyer-common/src/bits.rs 65.51% <ø> (ø)
foyer-common/src/buf.rs 0.00% <ø> (ø)
foyer-common/src/countdown.rs 97.14% <ø> (ø)
foyer-common/src/event.rs 0.00% <ø> (ø)
... and 61 more

@MrCroxx MrCroxx merged commit 88089d7 into main Sep 26, 2024
22 checks passed
@MrCroxx MrCroxx deleted the xx/workspace branch September 26, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

refactor: manage crate version in workspace Cargo.toml
1 participant