Skip to content

Commit 8a46c1e

Browse files
fix: Update dependencies and add cardano-node 10.5.1 compatibility
1 parent 5aaaa77 commit 8a46c1e

File tree

11 files changed

+1339
-608
lines changed

11 files changed

+1339
-608
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
- { os: ubuntu-22.04, label: ubuntu22, target: x86_64-unknown-linux-musl, use-cross: true }
1717
- { os: macos-latest, label: macos, target: aarch64-apple-darwin }
1818
- { os: windows-latest, label: windows, target: x86_64-pc-windows-msvc }
19-
rust: [ stable ]
19+
rust: [ nightly ]
2020

2121
runs-on: ${{ matrix.job.os }}
2222

2323
steps:
2424
- name: Checkout sources
2525
uses: actions/checkout@v2
2626

27-
- name: Install stable toolchain
27+
- name: Install nightly toolchain
2828
uses: dtolnay/rust-toolchain@stable
2929
with:
30-
toolchain: ${{ matrix.rust }}
30+
toolchain: nightly
3131
components: rustfmt, clippy
3232

3333
- name: Install cross

0 commit comments

Comments
 (0)