prepare for 0.4

This commit is contained in:
Simon Cruanes 2021-07-30 12:25:42 -04:00
parent 0a26367afb
commit 70222b0395
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
opam-version: "2.0" opam-version: "2.0"
version: "0.3" version: "0.4"
license: "MIT" license: "MIT"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
author: "Simon Cruanes" author: "Simon Cruanes"
@ -13,7 +13,6 @@ build: [
depends: [ depends: [
"dune" { >= "2.0" } "dune" { >= "2.0" }
"linol" { = version } "linol" { = version }
"lsp" { >= "1.4" & < "1.6" }
"jsonrpc" { >= "1.4" & < "1.6" } "jsonrpc" { >= "1.4" & < "1.6" }
"lwt" { >= "5.1" & < "6.0" } "lwt" { >= "5.1" & < "6.0" }
"base-unix" "base-unix"

View file

@ -1,5 +1,5 @@
opam-version: "2.0" opam-version: "2.0"
version: "0.3" version: "0.4"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT" license: "MIT"
author: "Simon Cruanes" author: "Simon Cruanes"