From 3779571eea4ab6f03b2c30cfd3ebb674e48e8518 Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Mon, 20 May 2024 19:51:33 +0200 Subject: [PATCH] 4.0.0 --- opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opam b/opam index 4fdd7d07..3c4c1141 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ocsigen-toolkit" -version: "3.3.4" +version: "4.0.0" maintainer: "dev@ocsigen.org" synopsis: "Reusable UI components for Eliom applications (client only, or client-server)" 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" ] depends: [ "ocaml" {>= "4.08.0"} "js_of_ocaml" {>= "4.1.0"} - "eliom" {>= "10.1.2"} + "eliom" {>= "11.0.0"} "calendar" {>= "2.0.0"} ]