Skip to content

Commit

Permalink
Bump platform tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Dec 19, 2024
1 parent d6ae991 commit 350ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fn llvm_home() -> Result<PathBuf, anyhow::Error> {
Ok(home_dir
.join(".cache")
.join("solana")
.join("v1.38")
.join("v1.43")
.join("platform-tools")
.join("llvm"))
}
Expand Down

0 comments on commit 350ff83

Please sign in to comment.