Skip to content

Commit

Permalink
paf 0.0.2 requires x509, and something < 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Apr 22, 2021
1 parent e00d7b6 commit 9b3aee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/paf/paf.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ depends: [
"faraday" {>= "0.7.2"}
"ipaddr" {>= "5.0.1"}
"tls" {>= "0.13.0"}
"x509" {< "0.13.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
Expand Down

0 comments on commit 9b3aee8

Please sign in to comment.