File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- unreleased
1
+ merlin 5.3
2
2
==========
3
+ Tue Nov 26 17:30:42 CET 2024
3
4
4
5
+ merlin binary
5
6
- Respect the ` EXCLUDE_QUERY_DIR ` configuration directive when looking for cmt
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
13
13
depends: [
14
14
"ocaml" {>= "5.2" }
15
15
"dune" {>= "3.0.0"}
16
- "merlin-lib" {>= "5.2" }
16
+ "merlin-lib" {= version }
17
17
"ocamlfind" {>= "1.6.0"}
18
18
]
19
19
description:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
14
14
"ocaml" {>= "5.2" & < "5.3"}
15
15
"dune" {>= "3.0.0"}
16
16
"merlin-lib" {= version}
17
- "dot-merlin-reader" {>= "5.2" }
17
+ "dot-merlin-reader" {= version }
18
18
"ocaml-index" {>= "1.0" & post}
19
19
"yojson" {>= "2.0.0"}
20
20
"conf-jq" {with-test}
You can’t perform that action at this time.
0 commit comments