Skip to content

Commit 321a4ca

Browse files
committed
Update Dune to 3.20
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 5e2fca2 commit 321a4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.19)
1+
(lang dune 3.20)
22
(name example)
33

44
(generate_opam_files true)

example.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "ISC"
88
homepage: "https://github.com/ocsigen/ts2ocaml-example"
99
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues"
1010
depends: [
11-
"dune" {>= "3.19"}
11+
"dune" {>= "3.20"}
1212
"ocaml" {< "5.0"}
1313
"ts2ocaml-jsoo-stdlib"
1414
"ojs"

0 commit comments

Comments
 (0)