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

Fix V1 feature flags #117

Merged
merged 4 commits into from
Nov 9, 2023
Merged

Fix V1 feature flags #117

merged 4 commits into from
Nov 9, 2023

Conversation

jsdw
Copy link
Collaborator

@jsdw jsdw commented Nov 9, 2023

And add a small example.

I'll be working on V2 after this, but thought I'd get this in because it at least improves things in V1 land a little.

@@ -12,21 +12,21 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
desub = { workspace = true, features = [ "polkadot-js" ] }
desub = { workspace = true, features = ["polkadot-js"] }
Copy link
Member

Choose a reason for hiding this comment

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

👌

polkadot = []
default_definitions = []
default = ["default-definitions"]
default-definitions = []
Copy link
Member

Choose a reason for hiding this comment

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

👌

@jsdw jsdw merged commit 7bba804 into master Nov 9, 2023
4 checks passed
@jsdw jsdw deleted the jsdw-other-fixes branch November 9, 2023 11:24
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.

2 participants