Skip to content

Commit

Permalink
Merge pull request #155 from inhabitedtype/runtime-constraints
Browse files Browse the repository at this point in the history
runtime-contraints: update version constraints for runtime libs
  • Loading branch information
seliopou committed Oct 3, 2019
2 parents 90056ce + 83ef030 commit d9c7d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpaf-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ depends: [
"dune"
"faraday-async"
"async"
"httpaf" {>= "0.5.0"}
"httpaf" {>= "0.6.0"}
]
synopsis: "Async support for http/af"
2 changes: 1 addition & 1 deletion httpaf-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"faraday-lwt-unix"
"httpaf"
"httpaf" {>= "0.6.0"}
"dune"
"lwt"
]
Expand Down

0 comments on commit d9c7d0a

Please sign in to comment.