Skip to content

Commit 4cf2cfd

Browse files
Update to cardano-node 10.5.1
1 parent 1240643 commit 4cf2cfd

File tree

6 files changed

+133
-801
lines changed

6 files changed

+133
-801
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build dependencies for integration test
3939
run: |
4040
cabal update
41-
cabal install -j cardano-node-10.1.4 cardano-cli --overwrite-policy=always
41+
cabal install -j cardano-node-10.5.1 cardano-cli --overwrite-policy=always
4242
cabal install -j convex-wallet --overwrite-policy=always
4343
echo "/home/runner/.cabal/bin" >> $GITHUB_PATH
4444

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `main` branch uses the following versions of its major dependencies:
1818

1919
|Name|Version|
2020
|--|--|
21-
|`cardano-node`|[10.1.4](https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4)|
21+
|`cardano-node`|[10.5.1](https://github.com/IntersectMBO/cardano-node/releases/tag/10.5.1)|
2222
|`cardano-api`|[10.17.2.0](https://chap.intersectmbo.org/package/cardano-api-10.17.2.0/)|
2323
|`ghc`|9.6.6|
2424
|`cabal`|3.10.3.0|

0 commit comments

Comments
 (0)