-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove solana-install support for channels since it is already broken.
Add deprecation warning and link to Agave Transition doc
- Loading branch information
1 parent
68d0b28
commit 526b7fa
Showing
2 changed files
with
11 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
fn main() -> Result<(), String> { | ||
println!( | ||
"⚠️ solana-install is deprecated and will be discontinued when v1.18 is no longer \ | ||
supported. Please switch to Agave: \ | ||
https://github.com/anza-xyz/agave/wiki/Agave-Transition\n" | ||
); | ||
solana_install::main() | ||
} |