Skip to content

Commit 13feb85

Browse files
committed
TEMP: use latest rust-jsonrpc for UDS transport
1 parent f3a27c7 commit 13feb85

File tree

6 files changed

+406
-727
lines changed

6 files changed

+406
-727
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
override: true
3030
profile: minimal
3131
- name: Build on Rust ${{ matrix.toolchain }}
32-
run: cargo build --verbose --color always
32+
run: cargo update && cargo build --verbose --color always
3333
- name: Test on Rust ${{ matrix.toolchain }}
3434
run: cargo test --verbose --color always
3535

0 commit comments

Comments
 (0)