Skip to content

Commit e98212b

Browse files
committed
Bump dune from 3.17 to 3.18
Signed-off-by: Sora Morimoto <[email protected]>
1 parent e581848 commit e98212b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.17)
1+
(lang dune 3.18)
22
(name ocsigenserver)
33
(version 6.0.0)
44

ocsigenserver.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1010
homepage: "http://ocsigen.org/ocsigenserver"
1111
bug-reports: "https://github.com/ocsigen/ocsigenserver/issues"
1212
depends: [
13-
"dune" {>= "3.17"}
13+
"dune" {>= "3.18"}
1414
"ocaml" {>= "4.08.1"}
1515
"camlzip" {>= "1.04"}
1616
"cohttp-lwt-unix" {>= "5.0" & < "6.0"}
@@ -32,6 +32,7 @@ conflicts: [
3232
"pgocaml" {< "2.2"}
3333
]
3434
dev-repo: "git+https://github.com/ocsigen/ocsigenserver.git"
35+
x-maintenance-intent: ["(latest)"]
3536
build: [
3637
[
3738
"sh"

0 commit comments

Comments
 (0)