Skip to content

Commit f7d78f8

Browse files
authored
Require cardano-ledger-shelley >=1.13.1 (#1235)
We want to use the fixed Conway ledger snapshot deserialization logic for our tools, in particular for `db-analyser`. See IntersectMBO/cardano-haskell-packages#885.
2 parents 9440850 + 4f61dbb commit f7d78f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index-state:
1616
-- Bump this if you need newer packages from Hackage
1717
, hackage.haskell.org 2024-07-23T00:03:37Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2024-08-27T16:28:01Z
19+
, cardano-haskell-packages 2024-09-03T00:18:11Z
2020

2121
packages:
2222
ouroboros-consensus

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ library
143143
cardano-ledger-conway ^>=1.16,
144144
cardano-ledger-core ^>=1.14,
145145
cardano-ledger-mary ^>=1.7,
146-
cardano-ledger-shelley ^>=1.13,
146+
cardano-ledger-shelley ^>=1.13.1,
147147
cardano-prelude,
148148
cardano-protocol-tpraos ^>=1.2,
149149
cardano-slotting,

0 commit comments

Comments
 (0)