Skip to content

Commit

Permalink
Merge pull request #1157 from edwintorok/bounds
Browse files Browse the repository at this point in the history
goblint: fix lower bound on yaml
  • Loading branch information
sim642 authored Sep 11, 2023
2 parents 1128aba + fd092e3 commit e7aacc1
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 @@ -44,7 +44,7 @@
(fileutils (>= 0.6.4))
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 @@ -41,7 +41,7 @@ depends: [
"fileutils" {>= "0.6.4"}
"cpu"
"arg-complete"
"yaml"
"yaml" {>= "3.0.0"}
"uuidm"
"catapult"
"catapult-file"
Expand Down

0 comments on commit e7aacc1

Please sign in to comment.