-
-
Notifications
You must be signed in to change notification settings - Fork 76
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: remove unused dependencies #842
Conversation
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.
Nice, TIL about cargo-shear
.
@@ -35,7 +35,6 @@ watto = { workspace = true } | |||
insta = { workspace = true } | |||
criterion = { workspace = true } | |||
symbolic-testutils = { workspace = true } | |||
similar-asserts = { workspace = true } |
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.
you can probably remove that from the main Cargo.toml
now?
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.
similar-asserts
exist in symbolic-cfi
@@ -28,7 +28,6 @@ insta = { version = "1.28.0", features = ["yaml"] } | |||
itertools = "0.13.0" | |||
js-source-scopes = "0.4.0" | |||
lazy_static = "1.4.0" | |||
libfuzzer-sys = "0.4" |
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.
interesting, this comes from here:
libfuzzer-sys = "0.4" |
might be worth running a bit of fuzzing again some day, its been years since the last time I did that :-D
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.
Yeah, I originally wanted to move those to workspace deps, but it doesn't work because the -fuzz
creates live in their own workspaces.
I've given @Boshen 's cargo-shear a try: https://github.com/Boshen/cargo-shear
#skip-changelog