Skip to content

Commit

Permalink
goblint: fix lower bound on yaml
Browse files Browse the repository at this point in the history
See build failure at https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/b49e6de20d0a04ef393c2e153d87d6e00f63c455

'opam-ci' would otherwise try 'yaml.1.0.0' which doesn't work:

```
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build goblint 2.1.0
+-
```

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Sep 11, 2023
1 parent acdd188 commit fd092e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
(sha (>= 1.12))
cpu
arg-complete
yaml
(yaml (>= 3.0.0))
uuidm
catapult
catapult-file
Expand Down
2 changes: 1 addition & 1 deletion goblint.opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ depends: [
"sha" {>= "1.12"}
"cpu"
"arg-complete"
"yaml"
"yaml" {>= "3.0.0"}
"uuidm"
"catapult"
"catapult-file"
Expand Down

0 comments on commit fd092e3

Please sign in to comment.