update generated code and main library

This commit is contained in:
Simon Cruanes 2022-09-30 14:06:48 -04:00
parent 3d00ffc1e0
commit deae27d0bd
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
(ocaml (>= "4.08"))
ptime
(odoc :with-doc)
(pbrt (>= 2.2)))
(pbrt (>= 2.3)))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))
@ -41,7 +41,7 @@
(mtime (>= "1.4")) ; for spans
; atomic ; vendored
(opentelemetry (= :version))
(pbrt (>= 2.2))
(pbrt (>= 2.3))
(odoc :with-doc)
ocurl)
(synopsis "Collector client for opentelemetry, using http + ocurl"))

View file

@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.08"}
"mtime" {>= "1.4"}
"opentelemetry" {= version}
"pbrt" {>= "2.2"}
"pbrt" {>= "2.3"}
"odoc" {with-doc}
"ocurl"
]

View file

@ -14,7 +14,7 @@ depends: [
"ocaml" {>= "4.08"}
"ptime"
"odoc" {with-doc}
"pbrt" {>= "2.2"}
"pbrt" {>= "2.3"}
]
build: [
["dune" "subst"] {dev}