chore: add missing dep on atomic

This commit is contained in:
Simon Cruanes 2023-11-08 14:02:47 -05:00
parent c82fb362e8
commit 544892df42
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
(trace (= :version))
(mtime (>= 2.0))
base-unix
atomic
dune)
(tags
(trace tracing catapult)))

View file

@ -14,6 +14,7 @@ depends: [
"trace" {= version}
"mtime" {>= "2.0"}
"base-unix"
"atomic"
"dune" {>= "2.9"}
"odoc" {with-doc}
]