-
-
Notifications
You must be signed in to change notification settings - Fork 673
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
Conversation
@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" |
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.
this should be a dev dependency
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.
Fixed.
Codecov Report
📣 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
|
Thanks for the PR! |
Removes unused crates from dependencies.