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

Remove unused crates from dependencies #2018

Merged
merged 3 commits into from
May 2, 2023

Conversation

tottoto
Copy link
Contributor

@tottoto tottoto commented Apr 30, 2023

Removes unused crates from dependencies.

@fulmicoton fulmicoton requested a review from PSeitz May 1, 2023 01:11
@fulmicoton
Copy link
Collaborator

@PSeitz can you review?

@@ -7,7 +7,6 @@ license = "MIT"
[dependencies]
murmurhash32 = "0.3"
common = { version = "0.5", path = "../common/", package = "tantivy-common" }
criterion = "0.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be a dev dependency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@codecov-commenter
Copy link

Codecov Report

Merging #2018 (0b06382) into main (cbf2bdc) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main    #2018      +/-   ##
==========================================
- Coverage   94.42%   94.42%   -0.01%     
==========================================
  Files         319      319              
  Lines       59209    59216       +7     
==========================================
+ Hits        55908    55914       +6     
- Misses       3301     3302       +1     
Impacted Files Coverage Δ
src/core/inverted_index_reader.rs 72.51% <0.00%> (ø)

... and 5 files with indirect coverage changes

@PSeitz
Copy link
Contributor

PSeitz commented May 2, 2023

Thanks for the PR!

@PSeitz PSeitz merged commit 7345228 into quickwit-oss:main May 2, 2023
@tottoto tottoto deleted the refactor-dependencies branch May 2, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants