File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 1.20.1
2
2
3
3
## Fixes
4
4
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ possible and does not make any assumptions about IO.
45
45
( description " An LSP server for OCaml." )
46
46
( depends
47
47
yojson
48
- base
48
+ ( base ( >= v0.16.0 ) )
49
49
( lsp ( = :version ) )
50
50
( jsonrpc ( = :version ) )
51
51
( re ( >= 1 .5.0) )
@@ -55,7 +55,7 @@ possible and does not make any assumptions about IO.
55
55
dyn
56
56
stdune
57
57
( fiber ( and ( >= 3 .1.1) ( < 4 .0.0) ) )
58
- ( ocaml ( >= 5 .2.0) )
58
+ ( ocaml ( and ( >= 5 .2.0) ( < 5 .3 ) ) )
59
59
xdg
60
60
ordering
61
61
dune-build-info
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
21
21
depends: [
22
22
"dune" {>= "3.0"}
23
23
"yojson"
24
- "base"
24
+ "base" {>= "v0.16.0"}
25
25
"lsp" {= version}
26
26
"jsonrpc" {= version}
27
27
"re" {>= "1.5.0"}
@@ -31,7 +31,7 @@ depends: [
31
31
"dyn"
32
32
"stdune"
33
33
"fiber" {>= "3.1.1" & < "4.0.0"}
34
- "ocaml" {>= "5.2.0"}
34
+ "ocaml" {>= "5.2.0" & < "5.3" }
35
35
"xdg"
36
36
"ordering"
37
37
"dune-build-info"
You can’t perform that action at this time.
0 commit comments