Skip to content

Commit

Permalink
downgrade dune to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
edchapman88 committed Sep 5, 2024
1 parent fa8c0c6 commit dd07634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 getting)

Expand Down
2 changes: 1 addition & 1 deletion getting.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doc: "https://url/to/documentation"
bug-reports: "https://github.com/edchapman88/getting/issues"
depends: [
"ocaml"
"dune" {>= "3.16"}
"dune" {>= "3.7"}
"cohttp"
"cohttp-lwt-unix"
"tls"
Expand Down

0 comments on commit dd07634

Please sign in to comment.