From d4895ab573689aec96854f15dc950c001e436b12 Mon Sep 17 00:00:00 2001 From: Daniel Quernheim Date: Wed, 1 Nov 2023 12:28:15 +0000 Subject: [PATCH] Async routeguide depends on `h2-async` (not `h2-lwt-unix`) --- examples/routeguide-async/src/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/routeguide-async/src/dune b/examples/routeguide-async/src/dune index 0a68dfb..b92b27d 100644 --- a/examples/routeguide-async/src/dune +++ b/examples/routeguide-async/src/dune @@ -10,7 +10,7 @@ core core_unix.command_unix routeguide_proto_async - h2-lwt-unix + h2-async yojson ppx_deriving_yojson.runtime) (preprocess