File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 2929 ( >= 4 .14.0) )
3030 ;;
3131 ( backoff
32- ( >= 0 .1.0 ) )
32+ ( >= 0 .1.1 ) )
3333 ( multicore-magic
3434 ( >= 2 .3.0) )
3535 ;;
4242 " A systems programming interface between effects based schedulers and concurrent abstractions." )
4343 ( depends
4444 ( backoff
45- ( >= 0 .1.0 ) )
45+ ( >= 0 .1.1 ) )
4646 ( thread-local-storage
4747 ( >= 0 .2) )
4848 ;;
5454 ( depends
5555 ( picos
5656 ( = :version ) )
57+ ( picos_aux
58+ ( = :version ) )
5759 ;;
5860 ( backoff
59- ( >= 0 .1.0 ) )
61+ ( >= 0 .1.1 ) )
6062 ( multicore-magic
6163 ( >= 2 .3.0) )
6264 ;;
7274 ( = :version ) )
7375 ;;
7476 ( backoff
75- ( >= 0 .1.0 ) )
77+ ( >= 0 .1.1 ) )
7678 ( mtime
7779 ( >= 2 .0.0) )
7880 ( multicore-magic
108110 ( = :version ) )
109111 ;;
110112 ( backoff
111- ( >= 0 .1.0 ) )
113+ ( >= 0 .1.1 ) )
112114 ( multicore-magic
113115 ( >= 2 .3.0) )
114116 ;;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage: "https://github.com/ocaml-multicore/picos"
1111bug-reports: "https://github.com/ocaml-multicore/picos/issues"
1212depends: [
1313 "dune" {>= "3.14"}
14- "backoff" {>= "0.1.0 "}
14+ "backoff" {>= "0.1.1 "}
1515 "thread-local-storage" {>= "0.2"}
1616 "odoc" {with-doc}
1717]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
1010depends: [
1111 "dune" {>= "3.14"}
1212 "ocaml" {>= "4.14.0"}
13- "backoff" {>= "0.1.0 "}
13+ "backoff" {>= "0.1.1 "}
1414 "multicore-magic" {>= "2.3.0"}
1515 "odoc" {with-doc}
1616]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
1111 "dune" {>= "3.14"}
1212 "picos_aux" {= version}
1313 "picos_std" {= version}
14- "backoff" {>= "0.1.0 "}
14+ "backoff" {>= "0.1.1 "}
1515 "mtime" {>= "2.0.0"}
1616 "multicore-magic" {>= "2.3.0"}
1717 "psq" {>= "0.2.1"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
1111 "dune" {>= "3.14"}
1212 "picos_aux" {= version}
1313 "picos_std" {= version}
14- "backoff" {>= "0.1.0 "}
14+ "backoff" {>= "0.1.1 "}
1515 "multicore-magic" {>= "2.3.0"}
1616 "odoc" {with-doc}
1717]
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
1010depends: [
1111 "dune" {>= "3.14"}
1212 "picos" {= version}
13- "backoff" {>= "0.1.0"}
13+ "picos_aux" {= version}
14+ "backoff" {>= "0.1.1"}
1415 "multicore-magic" {>= "2.3.0"}
1516 "odoc" {with-doc}
1617]
You can’t perform that action at this time.
0 commit comments