Closed erikd closed 3 months ago
@lehins All I have done is added ^>=1.31 to the bounds of plutus-ledger-api so it looks like:
^>=1.31
plutus-ledger-api
plutus-ledger-api ^>=1.30 || ^>= 1.31
to allow me to remove all the allow-newer stanzas in my cardano-cli PR.
allow-newer
cardano-cli
If this is ok with you, please merge it.
@lehins All I have done is added
^>=1.31
to the bounds ofplutus-ledger-api
so it looks like:to allow me to remove all the
allow-newer
stanzas in mycardano-cli
PR.If this is ok with you, please merge it.