We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa75715 commit c0fd21aCopy full SHA for c0fd21a
2 files changed
elasticsearch-cli.opam
@@ -14,7 +14,7 @@ depends: [
14
"ocaml" {build & >= "4.01.0"}
15
"dune" {build & >= "1.5"}
16
"mybuild" {build}
17
- "atdgen" {>= "1.6.0"}
+ "atdgen" {>= "2.10.0"}
18
"cmdliner"
19
"devkit" {>= "1.0"}
20
"extlib" {>= "1.7.1"}
src/es.ml
@@ -74,7 +74,7 @@ let default_doc_type = "_doc"
74
75
type 't json_reader = J.lexer_state -> Lexing.lexbuf -> 't
76
77
-type 't json_writer = Bi_outbuf.t -> 't -> unit
+type 't json_writer = Buffer.t -> 't -> unit
78
79
type es_version_config = {
80
read_total : Elastic_t.total json_reader;
0 commit comments