Skip to content

Commit

Permalink
Fix toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Jul 9, 2024
1 parent c0fda4a commit 78e208e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ws = { version = "0.9.2", optional = true, features = ["ssl"] }

# Substrate no_std dependencies
sp-core = { default-features = false, features = ["full_crypto", "serde"], version = "34.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
sp-crypto-hashing = { default-features = false, version = "0.1.0",git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
sp-crypto-hashing = { default-features = false, version = "0.1.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
sp-inherents = { default-features = false, version = "33.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
sp-runtime = { default-features = false, features = ["serde"], version = "38.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
sp-runtime-interface = { default-features = false, version = "28.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sp-core = { default-features = false, features = ["full_crypto", "serde"], versi
sp-runtime = { default-features = false, version = "38.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }
pallet-balances = { default-features = false, version = "36.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }

substrate-api-client = { path = "../..", version = "0.18", default-features = false }
substrate-api-client = { path = "../..", version = "0.18", default-features = false }

0 comments on commit 78e208e

Please sign in to comment.