Skip to content

Commit

Permalink
Fix feature order in node-api toml (#672)
Browse files Browse the repository at this point in the history
* fix order

* fix spacing
  • Loading branch information
haerdib authored Nov 16, 2023
1 parent 20ddb8f commit 9980bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sp-runtime = { default-features = false, features = ["serde"], git = "https://gi
sp-storage = { default-features = false, features = ["serde"], git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }

# need to add this for `no_std`
sp-application-crypto = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", features = ["full_crypto"], branch = "master" }
sp-application-crypto = { default-features = false, features = ["full_crypto"], git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
sp-runtime-interface = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }

# local
Expand Down

0 comments on commit 9980bd8

Please sign in to comment.