chore: add missing dep on atomic

This commit is contained in:
Simon Cruanes 2023-11-08 14:02:47 -05:00
parent 01b85fa867
commit ccfc2eed0f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -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)))

View file

@ -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}
] ]