Skip to content

Commit f13d9bd

Browse files
committed
Require domain-local-await 0.2.0
DLA 0.2.0 fixes a bug and slightly simplifies the interface.
1 parent c5f04a6 commit f13d9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(synopsis "Software transactional memory based on lock-free multi-word compare-and-set")
1111
(depends
1212
(ocaml (>= 5.0))
13-
(domain-local-await (>= 0.1.0))
13+
(domain-local-await (>= 0.2.0))
1414
(mdx (and (>= 1.10.0) :with-test))))
1515
(package (name kcas_data)
1616
(synopsis "Compositional lock-free data structures and primitives for communication and synchronization")

kcas.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
1010
depends: [
1111
"dune" {>= "3.3"}
1212
"ocaml" {>= "5.0"}
13-
"domain-local-await" {>= "0.1.0"}
13+
"domain-local-await" {>= "0.2.0"}
1414
"mdx" {>= "1.10.0" & with-test}
1515
"odoc" {with-doc}
1616
]

0 commit comments

Comments
 (0)