Skip to content

Commit 92e7499

Browse files
Julowjonludlam
authored andcommitted
Reduce lower bounds on Dune
The CI caught that this test increased the lower bounds on Dune.
1 parent 53e3971 commit 92e7499

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/driver/test/config_file/test_odoc_driver/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.16)
1+
(lang dune 3.7)
22

33
(name test_odoc_driver)
44

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
synopsis: "A short synopsis"
4-
description: "A longer description"
5-
maintainer: ["Maintainer Name"]
6-
authors: ["Author Name"]
7-
license: "LICENSE"
8-
tags: ["topics" "to describe" "your" "project"]
9-
homepage: "https://github.com/username/reponame"
10-
doc: "https://url/to/documentation"
11-
bug-reports: "https://github.com/username/reponame/issues"
123
depends: [
134
"ocaml"
14-
"dune" {>= "3.16"}
5+
"dune" {>= "3.7"}
156
"odoc" {with-doc}
167
]
178
build: [
@@ -28,4 +19,3 @@ build: [
2819
"@doc" {with-doc}
2920
]
3021
]
31-
dev-repo: "git+https://github.com/username/reponame.git"

0 commit comments

Comments
 (0)