Skip to content

Commit

Permalink
chore: fix dune-rpc-lwt bounds (#10373) (#10374)
Browse files Browse the repository at this point in the history
The problem is fixed by updating lwt.

Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon authored Apr 3, 2024
1 parent 64b0437 commit 4a81a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,9 @@ understood by dune language."))
(depends
(dune-rpc (= :version))
(csexp (>= 1.5.0))
(lwt (>= 5.3.0))
(lwt (>= 5.6.0))
base-unix)
(description "Specialization of dune-rpc to Lwt")
(conflicts
(result (< 1.5))))
(description "Specialization of dune-rpc to Lwt"))

(package
(name dyn)
Expand Down
5 changes: 1 addition & 4 deletions dune-rpc-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ depends: [
"dune" {>= "3.12"}
"dune-rpc" {= version}
"csexp" {>= "1.5.0"}
"lwt" {>= "5.3.0"}
"lwt" {>= "5.6.0"}
"base-unix"
"odoc" {with-doc}
]
conflicts: [
"result" {< "1.5"}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 4a81a63

Please sign in to comment.