Skip to content

Commit

Permalink
Prepare release 1.20.1 (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos authored Dec 2, 2024
1 parent 53fd4e0 commit 4c57c6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.20.1

## Fixes

Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ possible and does not make any assumptions about IO.
(description "An LSP server for OCaml.")
(depends
yojson
base
(base (>= v0.16.0))
(lsp (= :version))
(jsonrpc (= :version))
(re (>= 1.5.0))
Expand All @@ -55,7 +55,7 @@ possible and does not make any assumptions about IO.
dyn
stdune
(fiber (and (>= 3.1.1) (< 4.0.0)))
(ocaml (>= 5.2.0))
(ocaml (and (>= 5.2.0) (< 5.3)))
xdg
ordering
dune-build-info
Expand Down
4 changes: 2 additions & 2 deletions ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "3.0"}
"yojson"
"base"
"base" {>= "v0.16.0"}
"lsp" {= version}
"jsonrpc" {= version}
"re" {>= "1.5.0"}
Expand All @@ -31,7 +31,7 @@ depends: [
"dyn"
"stdune"
"fiber" {>= "3.1.1" & < "4.0.0"}
"ocaml" {>= "5.2.0"}
"ocaml" {>= "5.2.0" & < "5.3"}
"xdg"
"ordering"
"dune-build-info"
Expand Down

0 comments on commit 4c57c6a

Please sign in to comment.