-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Removed unneeded deps #3658
Removed unneeded deps #3658
Conversation
Great idea - will do.
…On Fri, 20 Aug 2021 at 17:45, Hernando Castano ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In bridges/primitives/runtime/Cargo.toml
<#3658 (comment)>:
>
-[dev-dependencies]
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
+# [dev-dependencies]
+# sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
I suspect the reason why this is fine is because the bridge tests don't
get run in the Polkadot repo.
I would avoid touching the bridges code as part of this PR, and instead do
a follow up directly as part of the parity-bridges-common repo to see
what unneeded deps exist there
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3658 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGEJCCHL7EHPKMA4XRJ2HLT5Z2CTANCNFSM5CMMF7VQ>
.
|
(we will attempt to do these through the bridges repo)
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.
Cleanup of the dependencies is much appreciated!
I am not sure we want the additional line breaks for feature lists.
Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: Andronik Ordian <write@reusable.software>
@drahnr the line brakes come from vscode's "even better toml" extension that formats toml files (it has a cli too https://github.com/tamasfe/taplo/tree/master/taplo-cli ). I'm keen on something auto-formatting Cargo.toml files and so far that seems to be about the only thing that does. |
…dot into giles-depend-o-pocolipse
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.
Thanks for tracking down unused deps!
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.
A few nits, other than that LGTM & thank you for doing this!
* master: dependabot: ignore yet another git dep (#3759) Bump serde_json from 1.0.66 to 1.0.67 (#3767) Bump syn from 1.0.74 to 1.0.75 (#3710) Companion for substrate #9371 (#3487) Fixes/improvements for disputes (#3753) chore: test helper arbitrary ordering for 2 (#3762) disputes: fix relay chain selection sanity check (#3750) technical committee is using the weight of council, but should have its own generated weight instead (#3511) new proxy for auctions, crowdloans, registrar, slots (#3683) Bump libc from 0.2.100 to 0.2.101 (#3726) Removed unneeded deps (#3658) Bump serde from 1.0.127 to 1.0.130 (#3739) Companion for Generate storage info for pallet authority_discovery #9428 (#3517) Return a Result in invert_location (#3730) XCM: Allow reclaim of assets dropped from holding (#3727)
Tentatively these deps seem not to be needed.