aantron/dream

Update dream-mirage after deprecated values were removed

aantron opened this issue · 2 comments

In CI:

File "duniverse/dream/src/mirage/mirage.ml", line 349, characters 4-16:
349 |     Tag.form_tag ~now ?method_ ?target ?enctype ?csrf_token ~action request
          ^^^^^^^^^^^^
Error: Unbound value Tag.form_tag
Hint: Did you mean csrf_tag?

Deprecated values and internal helpers they depend on, such as Tag.form, were removed in e14bd91. The Mirage .mli should be updated to match.

Fixed in #283

Fixed by #283 as mentioned by @tmcgilchrist.