Skip to content

Commit 40b3e66

Browse files
authored
Merge pull request #27472 from avsm/fix-5.3.1+trunk
fix ocaml-compiler.5.3 to point to 5.3.1
2 parents f0a5130 + c88fbc7 commit 40b3e66

File tree

1 file changed

+2
-2
lines changed
  • packages/ocaml-compiler/ocaml-compiler.5.3

1 file changed

+2
-2
lines changed

packages/ocaml-compiler/ocaml-compiler.5.3/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ homepage: "https://ocaml.org"
1818
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1919
dev-repo: "git+https://github.com/ocaml/ocaml.git#5.3"
2020
depends: [
21-
# This is OCaml 5.3.0
22-
"ocaml" {= "5.3.0" & post}
21+
# This is OCaml 5.3.1
22+
"ocaml" {= "5.3.1" & post}
2323

2424
# General base- packages
2525
"base-unix" {post}

0 commit comments

Comments
 (0)