Skip to content

Commit fb47b31

Browse files
Merge pull request #969 from kit-ty-kate/fix-0
Remove an unused dependency to bytes
2 parents 3204200 + e9b90fb commit fb47b31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
===== dev =====
22

3+
===== Build =====
4+
5+
* Remove unused dependency in dune file. (#969, Kate Deplaix)
6+
37
===== 5.6.1 =====
48

59
====== Fixes ======

src/core/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ let () = Jbuild_plugin.V1.send @@ {|
1313
(synopsis "Monadic promises and concurrent I/O")
1414
(wrapped false)
1515
|} ^ preprocess ^ {|
16-
(libraries bytes)
1716
(flags (:standard -w +A-29)))
1817

1918
(documentation

0 commit comments

Comments
 (0)