We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3994b commit 9b26aabCopy full SHA for 9b26aab
shard.yml
@@ -1,5 +1,5 @@
1
name: opentelemetry-instrumentation
2
-version: 0.5.3
+version: 0.5.4
3
4
authors:
5
- Kirk Haines <[email protected]>
src/opentelemetry/instrumentation/crystal/db.cr
@@ -44,7 +44,7 @@ unless_disabled?("OTEL_CRYSTAL_DISABLE_INSTRUMENTATION_DB") do
44
end
45
46
{% begin %}
47
- alias DB::Types = {% for type in DB::Any.union_types %}Array({{ type.id }}) | {% end %}DB::Any | UUID | Array(UUID)
+ alias DB::Types = {% for type in DB::Any.union_types %}Array({{ type.id }}) | {% end %}::DB::Any | UUID | Array(UUID)
48
{% end %}
49
50
0 commit comments