File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
- deploy-doc
7
7
- gh-pages
8
8
docker :
9
- - image : ocaml/opam:debian-ocaml-5.0
9
+ - image : ocaml/opam:debian-ocaml-5.1
10
10
environment :
11
11
TERM : xterm
12
12
- image : cimg/postgres:14.1
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ depends: [
10
10
"async_kernel" {>= "v0.11.0"}
11
11
"async_unix" {>= "v0.11.0"}
12
12
"caqti" {>= "2.1.0" & < "2.2.0~"}
13
- "conduit-async" {>= "1.5.0"}
14
13
"core" {>= "v0.16.1"}
15
14
"core_unix"
16
15
"domain-name"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
17
17
"tls-async"
18
18
"ppx_jane"
19
19
"alcotest" {with-test & >= "1.5.0"}
20
- "alcotest-async" {with-test & >= "1.5.0" }
20
+ "alcotest-async" {with-test}
21
21
"cmdliner" {with-test & >= "1.1.0"}
22
22
"caqti-dynload" {with-test}
23
23
"caqti-driver-sqlite3" {with-test}
You can’t perform that action at this time.
0 commit comments