Skip to content

Commit

Permalink
node: add tor support
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Aug 7, 2024
1 parent 221cc2d commit e3c0409
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 e3c0409

Please sign in to comment.