Skip to content

Commit 71870e2

Browse files
authored
Merge pull request IntersectMBO#5328 from input-output-hk/sl/8.1.1-forward-ports
update network dependency and versions
2 parents 68ee905 + c633b75 commit 71870e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.4
22

33
name: cardano-cli
4-
version: 8.1.0
4+
version: 8.1.1
55
synopsis: The Cardano command-line interface
66
description: The Cardano command-line interface.
77
copyright: 2020-2023 Input Output Global Inc (IOG).

cardano-node/cardano-node.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node
4-
version: 8.1.0
4+
version: 8.1.1
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,
@@ -179,7 +179,7 @@ library
179179
, ouroboros-consensus-diffusion >= 0.5.1
180180
, ouroboros-consensus-protocol >= 0.5
181181
, ouroboros-network-api
182-
, ouroboros-network ^>= 0.8.1.0
182+
, ouroboros-network ^>= 0.8.1.1
183183
, ouroboros-network-framework >= 0.6
184184
, ouroboros-network-protocols
185185
, prettyprinter

0 commit comments

Comments
 (0)