Skip to content

Commit

Permalink
Bump more package versions for upload to CHaP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jun 13, 2024
1 parent 7d8a9b8 commit 3c8348f
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 3c8348f

Please sign in to comment.