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