mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
fix compilation on < 4.12
This commit is contained in:
parent
555a69a0de
commit
19c0fac8fd
2 changed files with 2 additions and 2 deletions
2
src/dune
2
src/dune
|
|
@ -2,7 +2,7 @@
|
||||||
(name opentelemetry)
|
(name opentelemetry)
|
||||||
(synopsis "API for opentelemetry instrumentation")
|
(synopsis "API for opentelemetry instrumentation")
|
||||||
(flags :standard -warn-error -a+8)
|
(flags :standard -warn-error -a+8)
|
||||||
(libraries ptime ptime.clock.os pbrt threads)
|
(libraries ptime ptime.clock.os pbrt threads opentelemetry.atomic)
|
||||||
(public_name opentelemetry))
|
(public_name opentelemetry))
|
||||||
|
|
||||||
; ### protobuf rules ###
|
; ### protobuf rules ###
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
module A = Atomic
|
module A = Opentelemetry_atomic.Atomic
|
||||||
|
|
||||||
type key = int
|
type key = int
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue