Skip to content

Commit 9eb1b0e

Browse files
committed
Require 1.0.1 versions of DLA and DLT
Bugs were fixed in DLA and DLT.
1 parent 44c732c commit 9eb1b0e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dune-project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
(backoff
3636
(>= 0.1.0))
3737
(domain-local-await
38-
(>= 1.0.0))
38+
(>= 1.0.1))
3939
(domain-local-timeout
40-
(>= 1.0.0))
40+
(>= 1.0.1))
4141
(multicore-magic
4242
(>= 2.1.0))
4343
(domain_shims
@@ -74,7 +74,7 @@
7474
:with-test))
7575
(domain-local-await
7676
(and
77-
(>= 1.0.0)
77+
(>= 1.0.1)
7878
:with-test))
7979
(domain_shims
8080
(and

kcas.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ depends: [
1919
"dune" {>= "3.8"}
2020
"ocaml" {>= "4.13.0"}
2121
"backoff" {>= "0.1.0"}
22-
"domain-local-await" {>= "1.0.0"}
23-
"domain-local-timeout" {>= "1.0.0"}
22+
"domain-local-await" {>= "1.0.1"}
23+
"domain-local-timeout" {>= "1.0.1"}
2424
"multicore-magic" {>= "2.1.0"}
2525
"domain_shims" {>= "0.1.0" & with-test}
2626
"alcotest" {>= "1.7.0" & with-test}

kcas_data.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"kcas" {= version}
2121
"multicore-magic" {>= "2.1.0"}
2222
"backoff" {>= "0.1.0" & with-test}
23-
"domain-local-await" {>= "1.0.0" & with-test}
23+
"domain-local-await" {>= "1.0.1" & with-test}
2424
"domain_shims" {>= "0.1.0" & with-test}
2525
"mtime" {>= "2.0.0" & with-test}
2626
"alcotest" {>= "1.7.0" & with-test}

0 commit comments

Comments
 (0)