Skip to content

Commit

Permalink
Reduce lower bounds on Dune
Browse files Browse the repository at this point in the history
The CI caught that this test increased the lower bounds on Dune.
  • Loading branch information
Julow authored and jonludlam committed Oct 10, 2024
1 parent 53e3971 commit 92e7499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/driver/test/config_file/test_odoc_driver/dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.16)
(lang dune 3.7)

(name test_odoc_driver)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Maintainer Name"]
authors: ["Author Name"]
license: "LICENSE"
tags: ["topics" "to describe" "your" "project"]
homepage: "https://github.com/username/reponame"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/issues"
depends: [
"ocaml"
"dune" {>= "3.16"}
"dune" {>= "3.7"}
"odoc" {with-doc}
]
build: [
Expand All @@ -28,4 +19,3 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/username/reponame.git"

0 comments on commit 92e7499

Please sign in to comment.