File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
( backoff
36
36
( >= 0 .1.0) )
37
37
( domain-local-await
38
- ( >= 1 .0.0 ) )
38
+ ( >= 1 .0.1 ) )
39
39
( domain-local-timeout
40
- ( >= 1 .0.0 ) )
40
+ ( >= 1 .0.1 ) )
41
41
( multicore-magic
42
42
( >= 2 .1.0) )
43
43
( domain_shims
74
74
:with -test) )
75
75
( domain-local-await
76
76
( and
77
- ( >= 1 .0.0 )
77
+ ( >= 1 .0.1 )
78
78
:with -test) )
79
79
( domain_shims
80
80
( and
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ depends: [
19
19
"dune" {>= "3.8"}
20
20
"ocaml" {>= "4.13.0"}
21
21
"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 "}
24
24
"multicore-magic" {>= "2.1.0"}
25
25
"domain_shims" {>= "0.1.0" & with-test}
26
26
"alcotest" {>= "1.7.0" & with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
20
20
"kcas" {= version}
21
21
"multicore-magic" {>= "2.1.0"}
22
22
"backoff" {>= "0.1.0" & with-test}
23
- "domain-local-await" {>= "1.0.0 " & with-test}
23
+ "domain-local-await" {>= "1.0.1 " & with-test}
24
24
"domain_shims" {>= "0.1.0" & with-test}
25
25
"mtime" {>= "2.0.0" & with-test}
26
26
"alcotest" {>= "1.7.0" & with-test}
You can’t perform that action at this time.
0 commit comments