Skip to content

Commit

Permalink
Merge pull request #484 from IntersectMBO/erikd/more-version-finangling
Browse files Browse the repository at this point in the history
Bump more package versions for upload to CHaP
  • Loading branch information
erikd authored Jun 13, 2024
2 parents 7d8a9b8 + 3c8348f commit a9bfdf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cardano-crypto-praos/cardano-crypto-praos.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: cardano-crypto-praos
version: 2.1.1.2
version: 2.1.2.0
synopsis: Crypto primitives from libsodium
description: VRF (and KES, tba) primitives from libsodium.
license: Apache-2.0
Expand Down Expand Up @@ -67,7 +67,7 @@ library
build-depends: base
, bytestring
, cardano-binary
, cardano-crypto-class >= 2.1
, cardano-crypto-class ^>= 2.2
, deepseq
, nothunks

Expand Down
4 changes: 2 additions & 2 deletions cardano-crypto-tests/cardano-crypto-tests.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: cardano-crypto-tests
version: 2.2.1.0
version: 2.2.2.0
synopsis: Tests for cardano-crypto-class and -praos
description: Tests for cardano-crypto-class and -praos
license: Apache-2.0
Expand Down Expand Up @@ -66,7 +66,7 @@ library
build-depends: base
, bytestring >=0.10.12.0
, cardano-binary
, cardano-crypto-class >= 2.1
, cardano-crypto-class ^>= 2.2
, cardano-crypto-praos
, cborg
, containers
Expand Down

0 comments on commit a9bfdf5

Please sign in to comment.