Skip to content

Commit

Permalink
ouroboros-network v0.15.0.0
Browse files Browse the repository at this point in the history
ouroboros-network: 0.15.0.0
ouroboros-network-framework: 0.13.0.0
  • Loading branch information
coot committed May 7, 2024
1 parent dd1baf6 commit 02ef293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cardano-client/cardano-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ library
bytestring >=0.10 && <0.13,
containers,
ouroboros-network-api >= 0.5.2 && < 0.8,
ouroboros-network >= 0.9 && < 0.15,
ouroboros-network-framework >= 0.8 && < 0.13,
ouroboros-network >= 0.9 && < 0.16,
ouroboros-network-framework >= 0.8 && < 0.14,
network-mux ^>= 0.4.5,

ghc-options: -Wall
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-framework
version: 0.12.0.0
version: 0.13.0.0
synopsis: Ouroboros network framework
description: Ouroboros network framework.
license: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions ouroboros-network/ouroboros-network.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network
version: 0.14.0.0
version: 0.15.0.0
synopsis: A networking layer for the Ouroboros blockchain protocol
description: A networking layer for the Ouroboros blockchain protocol.
license: Apache-2.0
Expand Down Expand Up @@ -134,7 +134,7 @@ library
network-mux,
si-timers,
ouroboros-network-api ^>=0.7.1,
ouroboros-network-framework ^>=0.12,
ouroboros-network-framework ^>=0.13,
ouroboros-network-protocols ^>=0.8,
strict-stm,
typed-protocols ^>=0.1.1,
Expand Down

0 comments on commit 02ef293

Please sign in to comment.