Merge pull request #24249 from samoht/tezos-fix
tezos-rpc-http: fix upper bound for resto-cohttp
Thomas Gazagnaire 2 years ago 5f49bbbd cc7acce8
··· 10 10 "ocaml" { >= "4.14" & < "5.0" } 11 11 "tezos-base" { = version } 12 12 "tezos-rpc" { = version } 13 13 - "resto-cohttp" { >= "1.0" } 13 13 + "resto-cohttp" { >= "1.0" & < "1.2"} 14 14 "uri" { >= "3.1.0" } 15 15 ] 16 16 build: [