mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
chore: add missing dep on atomic
This commit is contained in:
parent
01b85fa867
commit
ccfc2eed0f
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
(trace (= :version))
|
(trace (= :version))
|
||||||
(mtime (>= 2.0))
|
(mtime (>= 2.0))
|
||||||
base-unix
|
base-unix
|
||||||
|
atomic
|
||||||
dune)
|
dune)
|
||||||
(tags
|
(tags
|
||||||
(trace tracing catapult)))
|
(trace tracing catapult)))
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ depends: [
|
||||||
"trace" {= version}
|
"trace" {= version}
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
|
"atomic"
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue