this repo has no description

Merge pull request #24249 from samoht/tezos-fix

tezos-rpc-http: fix upper bound for resto-cohttp

Changed files
+1 -1
packages
tezos-rpc-http
tezos-rpc-http.17.2
+1 -1
packages/tezos-rpc-http/tezos-rpc-http.17.2/opam
···
"ocaml" { >= "4.14" & < "5.0" }
"tezos-base" { = version }
"tezos-rpc" { = version }
-
"resto-cohttp" { >= "1.0" }
+
"resto-cohttp" { >= "1.0" & < "1.2"}
"uri" { >= "3.1.0" }
]
build: [