Skip to content

Commit 2f041a1

Browse files
committed
trace dispatcher/forward: bump version to 2.1.0
1 parent 6639b2e commit 2f041a1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

cardano-node/cardano-node.cabal

Lines changed: 3 additions & 3 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.3.0
4+
version: 8.3.1
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,
@@ -194,8 +194,8 @@ library
194194
, strict-stm
195195
, text >= 2.0
196196
, time
197-
, trace-dispatcher ^>= 2.0
198-
, trace-forward ^>= 2.0
197+
, trace-dispatcher ^>= 2.1
198+
, trace-forward ^>= 2.1
199199
, trace-resources ^>= 0.2
200200
, tracer-transformers
201201
, transformers

trace-dispatcher/trace-dispatcher.cabal

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

33
name: trace-dispatcher
4-
version: 2.0.3
4+
version: 2.1.0
55
synopsis: Tracers for Cardano
66
description: Package for development of simple and efficient tracers
77
based on the arrow based contra-tracer package

trace-forward/trace-forward.cabal

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

33
name: trace-forward
4-
version: 2.0.2
4+
version: 2.1.0
55
synopsis: The forwarding protocols library for cardano node.
66
description: The library providing typed protocols for forwarding different
77
information from the cardano node to an external application.
@@ -63,9 +63,9 @@ library
6363
, contra-tracer
6464
, deepseq
6565
, extra
66-
, io-classes
67-
, ouroboros-network-api >= 0.3
68-
, ouroboros-network-framework >= 0.7
66+
, io-classes ^>= 1.1
67+
, ouroboros-network-api ^>= 0.5.0
68+
, ouroboros-network-framework ^>= 0.7
6969
, serialise
7070
, stm
7171
, text
@@ -95,10 +95,10 @@ test-suite test
9595
build-depends: aeson
9696
, bytestring
9797
, contra-tracer
98-
, io-classes
99-
, io-sim
100-
, ouroboros-network-api
101-
, ouroboros-network-framework
98+
, io-classes ^>= 1.1
99+
, io-sim ^>= 1.1
100+
, ouroboros-network-api ^>= 0.5.0
101+
, ouroboros-network-framework ^>= 0.7
102102
, trace-forward
103103
, QuickCheck
104104
, serialise

0 commit comments

Comments
 (0)