Skip to content
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

Avoid specifying sp version directly. #34

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

gianfra-t
Copy link
Contributor

Required for properly compiling pendulum runtimes for the update.

@gianfra-t gianfra-t requested a review from a team August 29, 2024 11:55
@@ -14,17 +14,17 @@ exclude = ["autogenerator/*"]
serde_json = { version = '1.0.64', default-features = false, features = ["alloc"], optional = true }
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
hex = { version = "0.4", default-features = false , features = ["alloc"]}
sodalite = { version = "0.4.0" }
sodalite = { version = "0.4.0", default-features = false }
Copy link
Member

Choose a reason for hiding this comment

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

Should we add "sodalite/std" to the std array in [features] below then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, it hasn't failed but you're probably right. Let's do it for consistency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually, it seems it doesn't have any std feature!

Copy link
Member

Choose a reason for hiding this comment

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

Okay, nevermind then 😅

Copy link
Collaborator

Choose a reason for hiding this comment

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

Doesn't that mean that the default-features = false here does not have a purpose? The only feature in sodalite seems to be the optional rand dependency. But that is possibly exactly the dependency we want to avoid here (?)

@gianfra-t gianfra-t merged commit 519b60d into polkadot-v1.1.0 Aug 29, 2024
1 check passed
@gianfra-t gianfra-t deleted the polkadot-v1.1.0b branch August 29, 2024 13:20
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.

3 participants