Skip to content

Commit dd0f015

Browse files
committed
Allow newer cardano-crypto for cardano-wallet-read and plutus-core
1 parent ceffb64 commit dd0f015

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ allow-newer:
141141
, servant-openapi3:*
142142
, katip:Win32
143143
, ekg-wai:time
144+
, plutus-core:cardano-crypto
145+
, cardano-wallet-read:cardano-crypto
144146
constraints:
145147
base >= 4.18.2.0 && < 5
146148
, openapi3 >= 3.2.0

lib/cardano-api-extra/cardano-api-extra.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library
6060
, iproute
6161
, network
6262
, ordered-containers
63-
, plutus-ledger-api:plutus-ledger-api-testlib
63+
, plutus-ledger-api:plutus-ledger-api-testlib >=1.37.0.0 && <1.38
6464
, QuickCheck
6565
, quickcheck-instances
6666
, random

scripts/bump-constraints.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ updates=(
7878
"ouroboros-network-protocols"
7979
"ouroboros-network"
8080
"typed-protocols"
81+
"plutus-core"
82+
"plutus-ledger-api"
8183
)
8284

8385
# for every update, get the version from the freeze file and update the cabal files

0 commit comments

Comments
 (0)