Skip to content

Commit

Permalink
Require latest version of DLA
Browse files Browse the repository at this point in the history
The latest version of DLA includes bug fixes.
  • Loading branch information
polytypic committed Feb 17, 2024
1 parent ceeaeea commit b47847c
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 @@ -27,7 +27,7 @@
(synopsis "Collection of lock-free data structures for Multicore OCaml")
(depends
(ocaml (>= 4.13))
(domain-local-await (>= 1.0.0))
(domain-local-await (>= 1.0.1))
(domain_shims (and (>= 0.1.0) :with-test))
(backoff (>= 0.1.0))
(multicore-magic (>= 2.1.0))
Expand Down
2 changes: 1 addition & 1 deletion saturn_lockfree.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.13"}
"domain-local-await" {>= "1.0.0"}
"domain-local-await" {>= "1.0.1"}
"domain_shims" {>= "0.1.0" & with-test}
"backoff" {>= "0.1.0"}
"multicore-magic" {>= "2.1.0"}
Expand Down

0 comments on commit b47847c

Please sign in to comment.