Skip to content

Commit

Permalink
build: rust setup
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Feb 20, 2025
1 parent 0ec8f5f commit b49a9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[toolchain]
channel = "1.84.1" # or "stable", "nightly", etc.
channel = "1.83.0" # or "stable", "nightly", etc.
components = ["rustfmt", "clippy"] # Optional: specify additional components
targets = [
"x86_64-apple-darwin", # Intel Mac
"aarch64-apple-darwin", # Apple Silicon Mac (if applicable)
"x86_64-unknown-linux-gnu" # Production (Intel Linux)
]
]

0 comments on commit b49a9aa

Please sign in to comment.