File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 1.20.1
22
33## Fixes
44
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ possible and does not make any assumptions about IO.
4545 ( description " An LSP server for OCaml." )
4646 ( depends
4747 yojson
48- base
48+ ( base ( >= v0.16.0 ) )
4949 ( lsp ( = :version ) )
5050 ( jsonrpc ( = :version ) )
5151 ( re ( >= 1 .5.0) )
@@ -55,7 +55,7 @@ possible and does not make any assumptions about IO.
5555 dyn
5656 stdune
5757 ( fiber ( and ( >= 3 .1.1) ( < 4 .0.0) ) )
58- ( ocaml ( >= 5 .2.0) )
58+ ( ocaml ( and ( >= 5 .2.0) ( < 5 .3 ) ) )
5959 xdg
6060 ordering
6161 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"
2121depends: [
2222 "dune" {>= "3.0"}
2323 "yojson"
24- "base"
24+ "base" {>= "v0.16.0"}
2525 "lsp" {= version}
2626 "jsonrpc" {= version}
2727 "re" {>= "1.5.0"}
@@ -31,7 +31,7 @@ depends: [
3131 "dyn"
3232 "stdune"
3333 "fiber" {>= "3.1.1" & < "4.0.0"}
34- "ocaml" {>= "5.2.0"}
34+ "ocaml" {>= "5.2.0" & < "5.3" }
3535 "xdg"
3636 "ordering"
3737 "dune-build-info"
You can’t perform that action at this time.
0 commit comments