-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.
But some version mixing I'd like to see explained.
Cargo.lock
Outdated
@@ -2414,7 +2414,7 @@ checksum = "ecbdaacc17243168d9d1fa6b2bd7556a27e1e60a621d8a2a6e590ae2b145d158" | |||
dependencies = [ | |||
"failure", | |||
"futures 0.1.29", | |||
"jsonrpc-core", | |||
"jsonrpc-core 14.2.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.
Why does this still contain 14.2.0
versions? We updated all jsonrpc to 15.0
, right? By here some dependencies are specified as still bound to jsonrpc-core 14.2.0
, is that intentional?
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.
Ah, I commited this after building with current substrate master, that's why it's there.
Waiting for commit status. |
Checks failed; merge aborted. |
bot merge |
Trying merge. |
Merge failed: |
Depends on paritytech/substrate#7157