Skip to content

Commit 4de81b7

Browse files
committed
async: remove constraint on ocaml < 5.0.0 on examples
1 parent 15dc528 commit 4de81b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

async/examples/dune

-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
(name test_client)
33
(modules test_client)
44
(preprocess (pps ppx_jane))
5-
(enabled_if (< %{ocaml_version} 5.0.0))
65
(libraries async core core_unix.command_unix tls-async))
76

87
(executable
98
(name test_server)
109
(modules test_server)
1110
(preprocess (pps ppx_jane))
12-
(enabled_if (< %{ocaml_version} 5.0.0))
1311
(libraries async core core_unix.command_unix tls-async))

0 commit comments

Comments
 (0)