chore: require ocaml-protoc 2.2

required because the Logs proto file contains a hex literal.
This commit is contained in:
Simon Cruanes 2022-04-28 10:03:08 -04:00
parent 9e19e323db
commit 8c363341e5
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")) (ocaml (>= "4.08"))
ptime ptime
(odoc :with-doc) (odoc :with-doc)
(ocaml-protoc (>= 2.1))) (ocaml-protoc (>= 2.2)))
(tags (tags
(instrumentation tracing opentelemetry datadog jaeger))) (instrumentation tracing opentelemetry datadog jaeger)))
@ -40,7 +40,7 @@
(mtime (>= "1.4")) ; for spans (mtime (>= "1.4")) ; for spans
; atomic ; vendored ; atomic ; vendored
(opentelemetry (= :version)) (opentelemetry (= :version))
(ocaml-protoc (>= 2.1)) (ocaml-protoc (>= 2.2))
(odoc :with-doc) (odoc :with-doc)
ocurl) ocurl)
(synopsis "Collector client for opentelemetry, using http + ocurl")) (synopsis "Collector client for opentelemetry, using http + ocurl"))

View file

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

View file

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