Skip to content

Commit a4e4a7b

Browse files
committed
Pin gluten-lwt to fix program hang on websocket close
1 parent 60219f1 commit a4e4a7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dune-project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
(url "git+https://github.com/roddyyaga/ppx_rapper.git#5b0e62def2d5cc6cbe3dedec1ecb289bee350f9a")
3535
(package (name ppx_rapper_lwt)))
3636

37+
(pin ; applied fix from anmonteiro/gluten#85
38+
(url "git+https://github.com/futurGH/gluten#956e753dc0ee81dbe53f0979fe89d57d960e7856")
39+
(package
40+
(name gluten-lwt)
41+
(version 0.5.2)))
42+
3743
(pin ; version on opam requires too high a melange version
3844
(url "git+https://github.com/melange-community/melange-webapi.git#80c6ededd06cc66b75445d1ed5c855e050b156a0")
3945
(package

0 commit comments

Comments
 (0)