Skip to content

Commit 6fbac69

Browse files
fix: lower dune version requirement to >=3.1
Co-authored-by: aider (openai//workspace/models/openai-mirror/gpt-oss-120b/) <aider@aider.chat>
1 parent 3f39e1b commit 6fbac69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ external dependencies themselves.
2323

2424
The project depends on the following OPAM packages:
2525

26-
* `dune` (≥ 3.21)
26+
* `dune` (≥ 3.1)
2727
* `ocaml`
2828
* `sexplib`
2929
* `str`

dune-ai-context.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/zenfey/dune-ai-context"
99
doc: "https://github.com/zenfey/dune-ai-context"
1010
bug-reports: "https://github.com/zenfey/dune-ai-context/issues"
1111
depends: [
12-
"dune" {>= "3.21"}
12+
"dune" {>= "3.1"}
1313
"ocaml"
1414
"odoc" {with-doc}
1515
]

0 commit comments

Comments
 (0)