Skip to content

Commit 01df300

Browse files
committed
Fix opam dependency resolution
1 parent b904005 commit 01df300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocsigen-toolkit"
3-
version: "3.3.0"
3+
version: "3.3.1"
44
maintainer: "dev@ocsigen.org"
55
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
66
description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications."
@@ -14,6 +14,6 @@ install: [ make "install" ]
1414
depends: [
1515
"ocaml" {>= "4.08.0"}
1616
"js_of_ocaml" {>= "4.1.0"}
17-
"eliom" {>= "6.12.1"}
17+
"eliom" {>= "10.0.0"}
1818
"calendar" {>= "2.0.0"}
1919
]

0 commit comments

Comments
 (0)