Skip to content

Commit c0fd21a

Browse files
committed
require atdgen >= 2.10.0
1 parent fa75715 commit c0fd21a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

elasticsearch-cli.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {build & >= "4.01.0"}
1515
"dune" {build & >= "1.5"}
1616
"mybuild" {build}
17-
"atdgen" {>= "1.6.0"}
17+
"atdgen" {>= "2.10.0"}
1818
"cmdliner"
1919
"devkit" {>= "1.0"}
2020
"extlib" {>= "1.7.1"}

src/es.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ let default_doc_type = "_doc"
7474

7575
type 't json_reader = J.lexer_state -> Lexing.lexbuf -> 't
7676

77-
type 't json_writer = Bi_outbuf.t -> 't -> unit
77+
type 't json_writer = Buffer.t -> 't -> unit
7878

7979
type es_version_config = {
8080
read_total : Elastic_t.total json_reader;

0 commit comments

Comments
 (0)