Skip to content

Commit 79ae974

Browse files
Khadycyberhuman
authored andcommitted
dune: fix dependency on atdgen-runtime
> atdgen: The deprecated atdgen library is no longer available. Use atdgen-runtime instead (#421) https://github.com/ahrefs/atd/blob/master/CHANGES.md
1 parent c0fd21a commit 79ae974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(executable
22
(name es)
33
(public_name es)
4-
(libraries atdgen cmdliner devkit extlib re2)
4+
(libraries atdgen-runtime cmdliner devkit extlib re2)
55
(modules :standard \ gen_version)
66
(preprocess (pps lwt_ppx ppx_let)))
77

0 commit comments

Comments
 (0)