Skip to content

Commit 4c57c6a

Browse files
authored
Prepare release 1.20.1 (#1412)
1 parent 53fd4e0 commit 4c57c6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.20.1
22

33
## Fixes
44

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ocaml-lsp-server.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2121
depends: [
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"

0 commit comments

Comments
 (0)