Skip to content

Commit

Permalink
taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 1, 2024
1 parent 0fb6c69 commit 7a1d1a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bridges/snowbridge/.config/taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# ignore zombienet as they do some deliberate custom toml stuff
exclude = [
".config/**",
"_typos.toml",
"contracts/**",
"rust-toolchain.toml",
"web/packages/test/config/launch-config.toml",
"polkadot-sdk/**",
".config/**",
"target/**",
"runtime/tests/target/**",
"rust-toolchain.toml",
"target/**",
"web/packages/test/config/launch-config.toml",
]

# global rules
Expand Down
6 changes: 3 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# https://github.com/rust-lang/rustup/issues/1397
channel = "1.75.0"
components = [
"clippy",
"rust-analyzer",
"rust-src",
"clippy",
"rust-analyzer",
"rust-src",
]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit 7a1d1a4

Please sign in to comment.