Skip to content

Commit 5bbd557

Browse files
authored
chore: Do not use Anton's river fork (#3178)
1 parent d60b941 commit 5bbd557

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

dune-project

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
lwt
5858
(hilite
5959
(>= 0.4.0))
60-
(river
61-
(>= 0.3))
60+
river
6261
syndic
6362
ounit
6463
(alcotest :with-test)
@@ -78,12 +77,6 @@
7877
xmlm
7978
uri))
8079

81-
(pin
82-
(url
83-
"git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a")
84-
(package
85-
(name river)))
86-
8780
(dialect
8881
(name eml)
8982
(implementation

ocamlorg.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ depends: [
3838
"yojson"
3939
"lwt"
4040
"hilite" {>= "0.4.0"}
41-
"river" {>= "0.3"}
41+
"river"
4242
"syndic"
4343
"ounit"
4444
"alcotest" {with-test}

0 commit comments

Comments
 (0)