Skip to content

Commit

Permalink
TEMP: use latest rust-jsonrpc for UDS transport
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Jun 17, 2021
1 parent f3a27c7 commit 2b371dc
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 727 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
override: true
profile: minimal
- name: Build on Rust ${{ matrix.toolchain }}
run: cargo build --verbose --color always
run: cargo update && cargo build --verbose --color always
- name: Test on Rust ${{ matrix.toolchain }}
run: cargo test --verbose --color always

Expand Down
Loading

0 comments on commit 2b371dc

Please sign in to comment.