Skip to content

Commit

Permalink
Constrain result >= 1.5
Browse files Browse the repository at this point in the history
- Using both Result.map_error and Result.bind
  • Loading branch information
jonahbeckford committed Apr 7, 2023
1 parent 9a07ef0 commit 25d671a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.2.0

- Switch to cmdliner.1.1.1
- Switch to `cmdliner >= 1.1.0`. Require `result >= 1.5`
- Fix bug where `copy_file` would fail on Windows if the file exists and was
readonly
- Add `--prefix` and `--suffix` options for `diskuvbox copy-file-into`,
Expand Down
1 change: 1 addition & 0 deletions diskuvbox.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"logs" {>= "0.7.0"}
"result" {>= "1.5"}
"mdx" {>= "2.0.0" & with-test}
"cmdliner" {>= "1.1.0"}
]
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
(bos (>= 0.2.0))
(fmt (>= 0.8.9))
(logs (>= 0.7.0))
(result (>= 1.5))
(mdx (and (>= 2.0.0) :with-test))
(cmdliner (>= 1.1.0))
))
Expand Down

0 comments on commit 25d671a

Please sign in to comment.