diff --git a/dune-project b/dune-project index b148ade4..82a2c61b 100644 --- a/dune-project +++ b/dune-project @@ -10,7 +10,7 @@ (synopsis "Software transactional memory based on lock-free multi-word compare-and-set") (depends (ocaml (>= 5.0)) - (domain-local-await (>= 0.1.0)) + (domain-local-await (>= 0.2.0)) (mdx (and (>= 1.10.0) :with-test)))) (package (name kcas_data) (synopsis "Compositional lock-free data structures and primitives for communication and synchronization") diff --git a/kcas.opam b/kcas.opam index 4cd451d0..6087012e 100644 --- a/kcas.opam +++ b/kcas.opam @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/kcas/issues" depends: [ "dune" {>= "3.3"} "ocaml" {>= "5.0"} - "domain-local-await" {>= "0.1.0"} + "domain-local-await" {>= "0.2.0"} "mdx" {>= "1.10.0" & with-test} "odoc" {with-doc} ]