File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,20 @@ tracing-opentelemetry-0-29 = [
23
23
" dep:tracing-opentelemetry-0-29" ,
24
24
" dep:opentelemetry-0-28" ,
25
25
]
26
+ tracing-opentelemetry-0-30 = [
27
+ " dep:tracing-opentelemetry-0-30" ,
28
+ " dep:opentelemetry-0-29" ,
29
+ ]
30
+ tracing-opentelemetry-0-31 = [
31
+ " dep:tracing-opentelemetry-0-31" ,
32
+ " dep:opentelemetry-0-30" ,
33
+ ]
34
+
35
+ # TODO Remove this for the next breaking release.
36
+ # This is the price I have to pay to the gods of semantic versioning for failing to notice I created
37
+ # unintended implicit features.
38
+ opentelemetry-0-29 = [" dep:opentelemetry-0-29" ]
39
+ opentelemetry-0-30 = [" dep:opentelemetry-0-30" ]
26
40
27
41
# Required for intra-doc links to resolve correctly
28
42
__private_docs = [" tracing-subscriber/time" , " tracing-subscriber/local-time" ]
You can’t perform that action at this time.
0 commit comments