Skip to content

Commit

Permalink
Merge pull request #468 from Leonidas-from-XIV/result-conflict
Browse files Browse the repository at this point in the history
Conflict with old version of `result`
  • Loading branch information
Leonidas-from-XIV authored Apr 25, 2023
2 parents 6e16324 + 35a00df commit 939b905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ with [Dune](https://github.com/ocaml/dune) and hosted on
logs
odoc
(alcotest :with-test)
(yojson (>= 1.6))))
(yojson (>= 1.6)))
(conflicts
(result (< 1.5))))
3 changes: 3 additions & 0 deletions dune-release.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ depends: [
"alcotest" {with-test}
"yojson" {>= "1.6"}
]
conflicts: [
"result" {< "1.5"}
]
build: [
["dune" "subst"] {dev}
[
Expand Down

0 comments on commit 939b905

Please sign in to comment.