Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 869b770

Browse files
committed
support uri>=3.0.0
Signed-off-by: Anil Madhavapeddy <[email protected]>
1 parent 11de53d commit 869b770

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- format source code using ocamlformat 0.9 and the `conventional`
44
profile (@avsm).
5+
- support uri>=3.0.0 (@avsm)
56

67
### v0.12.4 (2019-04-13)
78

ci/src/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(libraries datakit-github datakit-client datakit-client-9p yojson cmdliner
66
tyxml multipart-form-data prometheus-app.unix webmachine redis-lwt session
77
pbkdf github protocol-9p-unix logs.cli session-redis-lwt cstruct-sexp
8-
session-webmachine github-unix fmt.cli fmt.tty uri.sexp)
8+
session-webmachine github-unix fmt.cli fmt.tty uri-sexp)
99
(preprocess
1010
(per_module
1111
((pps ppx_sexp_conv)

datakit-ci.opam

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ depends: [
4141
"alcotest" {with-test}
4242
"cohttp-lwt-unix" {>= "1.0.0"}
4343
"base64" {>="3.1.0"}
44+
"uri" {>="3.0.0"}
4445
"yojson" {>="1.7.0"}
4546
]
4647
build: [

0 commit comments

Comments
 (0)