Skip to content

Commit 79c038f

Browse files
committed
Relax ouroboros-consensus-diffusion bounds to ^>=0.19 || ^>=0.20
1 parent ab6fc23 commit 79c038f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2024-12-24T12:56:48Z
17-
, cardano-haskell-packages 2025-01-08T16:35:32Z
17+
, cardano-haskell-packages 2025-02-11T19:10:21Z
1818

1919
packages:
2020
cardano-api

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ library
146146
ordered-containers,
147147
ouroboros-consensus ^>=0.22,
148148
ouroboros-consensus-cardano ^>=0.21,
149-
ouroboros-consensus-diffusion ^>=0.19,
149+
ouroboros-consensus-diffusion ^>=0.19 || ^>=0.20,
150150
ouroboros-consensus-protocol ^>=0.10,
151151
ouroboros-network,
152152
ouroboros-network-api ^>=0.12,

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)