Skip to content

Commit 2bf4063

Browse files
authored
Merge pull request #252 from ocurrent/dune-3.20
Update to Dune 3.20
2 parents 80f5e0c + 4216fe0 commit 2bf4063

File tree

7 files changed

+8
-11
lines changed

7 files changed

+8
-11
lines changed

dockerfile-cmd.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tags: ["org:mirage" "org:ocamllabs"]
3434
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
3535
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
3636
depends: [
37-
"dune" {>= "3.0"}
37+
"dune" {>= "3.20"}
3838
"astring"
3939
"bos" {>= "0.2"}
4040
"cmdliner"
@@ -64,4 +64,4 @@ build: [
6464
]
6565
]
6666
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
67-
x-maintenance-intent: [ "(latest)" ]
67+
x-maintenance-intent: ["(latest)"]

dockerfile-cmd.opam.template

Lines changed: 0 additions & 1 deletion
This file was deleted.

dockerfile-opam.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tags: ["org:mirage" "org:ocamllabs"]
3434
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
3535
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
3636
depends: [
37-
"dune" {>= "3.0"}
37+
"dune" {>= "3.20"}
3838
"dockerfile" {= version}
3939
"fmt" {>= "0.8.7"}
4040
"ocaml-version" {>= "3.5.0"}
@@ -62,4 +62,4 @@ build: [
6262
]
6363
]
6464
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
65-
x-maintenance-intent: [ "(latest)" ]
65+
x-maintenance-intent: ["(latest)"]

dockerfile-opam.opam.template

Lines changed: 0 additions & 1 deletion
This file was deleted.

dockerfile.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tags: ["org:mirage" "org:ocamllabs"]
3131
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
3232
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
3333
depends: [
34-
"dune" {>= "3.0"}
34+
"dune" {>= "3.20"}
3535
"ocaml" {>= "4.08"}
3636
"fmt" {>= "0.8.7"}
3737
"ppx_sexp_conv" {>= "v0.9.0"}
@@ -58,4 +58,4 @@ build: [
5858
]
5959
]
6060
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
61-
x-maintenance-intent: [ "(latest)" ]
61+
x-maintenance-intent: ["(latest)"]

dockerfile.opam.template

Lines changed: 0 additions & 1 deletion
This file was deleted.

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
(lang dune 3.0)
1+
(lang dune 3.20)
22
(name dockerfile)
33

44
(generate_opam_files true)
5-
5+
(maintenance_intent "(latest)")
66
(source (github ocurrent/ocaml-dockerfile))
77
(license "ISC")
88

0 commit comments

Comments
 (0)