Skip to content

Commit

Permalink
Require domain-local-await 0.2.0
Browse files Browse the repository at this point in the history
DLA 0.2.0 fixes a bug and slightly simplifies the interface.
  • Loading branch information
polytypic committed Jun 13, 2023
1 parent c5f04a6 commit f13d9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion kcas.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
]
Expand Down

0 comments on commit f13d9bd

Please sign in to comment.