forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls-utils: Make publishable, remove sdk dep (#3909)
#### Problem The new tls-utils crate is a great extraction of re-used logic, but it wasn't marked publishable, even though it will need to be published due to transitive dependencies from client crates. Also, it has an unnecessary dependency on solana-sdk. #### Summary of changes Remove the solana-sdk dependency and use solana-keypair directly. And make the crate publishable.
- Loading branch information
Showing
5 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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