Skip to content

Commit

Permalink
Bump arklib version to 0d25eb0 (ARK-Builders#14)
Browse files Browse the repository at this point in the history
* Bump arklib version
* Added tokio to deal with futures
* Updating the index when links are added
* Update GitHub Actions
---------
Co-authored-by: Alvi Hysa <[email protected]>
  • Loading branch information
kirillt authored Jan 3, 2024
1 parent 812cd04 commit 3a140aa
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 587 deletions.
10 changes: 5 additions & 5 deletions ark-cli/.github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
components: rustfmt, clippy

- name: Check
run: cargo check

- name: Format
run: cargo fmt --all -- --check
run: |
cargo fmt --all -- --check
cargo clippy
- name: Build Release
run: cargo build --verbose --release
Loading

0 comments on commit 3a140aa

Please sign in to comment.