Skip to content

Commit

Permalink
chore: prepare project for open-source
Browse files Browse the repository at this point in the history
chore: bump deps
docs: for main modules
docs: add README.md
chore: specify anchor version
chore: migrate to crates.io for de-solana-client
ci: remove ssh from actions
  • Loading branch information
cyphersnake committed May 25, 2023
1 parent 1b7f2ae commit 608e98e
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 4,717 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY}}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -47,9 +44,6 @@ jobs:
RUSTLOG: info
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY}}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
Loading

0 comments on commit 608e98e

Please sign in to comment.