Skip to content

Commit

Permalink
chore: drop unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 15, 2024
1 parent 675f6fa commit 49a247c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cubejs-backend-native/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-12-13"
components = ["rustfmt", "rustc-dev", "clippy"]
profile = "minimal"
components = ["rustfmt", "clippy"]
profile = "minimal"
2 changes: 1 addition & 1 deletion rust/cubesql/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-12-13"
components = ["rustfmt", "rustc-dev", "clippy"]
components = ["rustfmt", "clippy"]
profile = "minimal"

0 comments on commit 49a247c

Please sign in to comment.