Skip to content

Fix kvdb-rocksdb publish#936

Merged
serban300 merged 1 commit intoparitytech:masterfrom
serban300:small_fixes
Sep 4, 2025
Merged

Fix kvdb-rocksdb publish#936
serban300 merged 1 commit intoparitytech:masterfrom
serban300:small_fixes

Conversation

@serban300
Copy link
Copy Markdown
Contributor

Related to #932

Fixes the following publish error:

error: all dependencies must have a version specified when publishing.
dependency `kvdb` does not specify a version

@serban300 serban300 requested review from bkchr and tdimitrov September 3, 2025 12:00
@serban300 serban300 self-assigned this Sep 3, 2025
impl-rlp = { path = "./primitive-types/impls/rlp", default-features = false }
impl-serde = { path = "./primitive-types/impls/serde", default-features = false }
kvdb = { path = "./kvdb" }
kvdb = { path = "./kvdb", version = "0.13" }
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why others do not need version? E.g. ethereum-types = { path = "./ethereum-types" }

Copy link
Copy Markdown
Contributor Author

@serban300 serban300 Sep 4, 2025

Choose a reason for hiding this comment

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

Probably we didn't need to publish a package that depends on it lately. I think it's best to fix each dependency when we hit the issue. If I try to fix everything in this PR, I'm afraid I might miss something

@serban300 serban300 merged commit 027731c into paritytech:master Sep 4, 2025
6 checks passed
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