Skip to content

Commit

Permalink
Don't use asdf for Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Nov 19, 2024
1 parent c060386 commit d43d700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/tasks/asdf.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ task :asdf => [:'brew:casks_and_formulae'] do
command 'asdf', 'global', 'python', 'system'
command 'asdf', 'plugin', 'add', 'ruby'
command 'asdf', 'global', 'ruby', 'system'
command 'asdf', 'plugin', 'add', 'rust'

defaults 'com.macromates.TextMate' do
write 'environmentVariables', [
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/brew.rake
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ namespace :brew do
'openjdk' => {},
'pngout' => {},
'rfc' => {},
'rustup-init' => {},
'rustup' => {},
'sccache' => {},
'sops' => {},
'svgexport' => {},
Expand Down

0 comments on commit d43d700

Please sign in to comment.