File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
(synopsis " Software transactional memory based on lock-free multi-word compare-and-set" )
11
11
( depends
12
12
( ocaml ( >= 5 .0) )
13
- ( domain-local-await ( >= 0 .1 .0) )
13
+ ( domain-local-await ( >= 0 .2 .0) )
14
14
( mdx ( and ( >= 1 .10.0) :with -test) ) ) )
15
15
( package (name kcas_data)
16
16
(synopsis " Compositional lock-free data structures and primitives for communication and synchronization" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
10
10
depends: [
11
11
"dune" {>= "3.3"}
12
12
"ocaml" {>= "5.0"}
13
- "domain-local-await" {>= "0.1 .0"}
13
+ "domain-local-await" {>= "0.2 .0"}
14
14
"mdx" {>= "1.10.0" & with-test}
15
15
"odoc" {with-doc}
16
16
]
You can’t perform that action at this time.
0 commit comments