Skip to content

Commit

Permalink
Merge pull request #59 from rustaceanrob/tor
Browse files Browse the repository at this point in the history
node: add tor support
  • Loading branch information
rustaceanrob authored Aug 7, 2024
2 parents 221cc2d + e3c0409 commit 678b56f
Show file tree
Hide file tree
Showing 14 changed files with 3,717 additions and 332 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Pin dependencies
if: matrix.msrv
run: cargo update -p allocator-api2 --precise "0.2.9" --verbose
- name: Lint
- name: Lint all targets
run: cargo clippy --all-targets
- name: Format
run: cargo fmt -- --check
- name: Build
- name: Build with defeault features
run: cargo build --verbose
- name: Check release build on Rust ${{ matrix.toolchain }}
run: cargo check --release --verbose --color always
Expand Down
Loading

0 comments on commit 678b56f

Please sign in to comment.