Skip to content

Commit a6c7fac

Browse files
committed
Remove conduit-async dependency and update and fix CI.
1 parent f1df9dc commit a6c7fac

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- deploy-doc
77
- gh-pages
88
docker:
9-
- image: ocaml/opam:debian-ocaml-5.0
9+
- image: ocaml/opam:debian-ocaml-5.1
1010
environment:
1111
TERM: xterm
1212
- image: cimg/postgres:14.1

caqti-async.opam

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ depends: [
1010
"async_kernel" {>= "v0.11.0"}
1111
"async_unix" {>= "v0.11.0"}
1212
"caqti" {>= "2.1.0" & < "2.2.0~"}
13-
"conduit-async" {>= "1.5.0"}
1413
"core" {>= "v0.16.1"}
1514
"core_unix"
1615
"domain-name"

caqti-tls-async.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"tls-async"
1818
"ppx_jane"
1919
"alcotest" {with-test & >= "1.5.0"}
20-
"alcotest-async" {with-test & >= "1.5.0"}
20+
"alcotest-async" {with-test}
2121
"cmdliner" {with-test & >= "1.1.0"}
2222
"caqti-dynload" {with-test}
2323
"caqti-driver-sqlite3" {with-test}

0 commit comments

Comments
 (0)