Skip to content

Commit 13c5018

Browse files
committed
new tracing: package version bumps
1 parent 1414a75 commit 13c5018

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

cabal.project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ package plutus-scripts-bench
6060
allow-newer:
6161
, katip:Win32
6262
, ekg-wai:time
63-
, data-default
6463

6564
-- IMPORTANT
6665
-- Do NOT add more source-repository-package stanzas here unless they are strictly

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ library
217217
, sop-extras
218218
, text >= 2.0
219219
, time
220-
, trace-dispatcher ^>= 2.9
220+
, trace-dispatcher ^>= 2.9.1
221221
, trace-forward ^>= 2.2.11
222222
, trace-resources ^>= 0.2.3
223223
, tracer-transformers

cardano-tracer/cardano-tracer.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-tracer
4-
version: 0.3.2
4+
version: 0.3.3
55
synopsis: A service for logging and monitoring over Cardano nodes
66
description: A service for logging and monitoring over Cardano nodes.
77
category: Cardano,
@@ -193,7 +193,7 @@ library
193193
, string-qq
194194
, text
195195
, time
196-
, trace-dispatcher ^>= 2.9
196+
, trace-dispatcher ^>= 2.9.1
197197
, trace-forward ^>= 2.2.10
198198
, trace-resources ^>= 0.2.3
199199
, wai ^>= 3.2

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.9
4+
version: 2.9.1
55
synopsis: Tracers for Cardano
66
description: Package for development of simple and efficient tracers
77
based on the arrow based contra-tracer package

0 commit comments

Comments
 (0)