Skip to content

Commit

Permalink
changes and bump ocaml lower bound to 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jun 20, 2020
1 parent 46da4b8 commit c02b15a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
- DISTRO=alpine
- TESTS=true
matrix:
- OCAML_VERSION=4.07 PACKAGE="tls"
- OCAML_VERSION=4.08 PACKAGE="tls-mirage"
- OCAML_VERSION=4.09 PACKAGE="tls"
- OCAML_VERSION=4.10 PACKAGE="tls-mirage"
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.12.2 (2020-06-20)

* tls_lwt again calls Mirage_crypto_rng_lwt.initialize () -- which is since
mirage-crypto-rng 0.8 no longer inside the lwt monad, and safe to be called
multiple times and on top level (#415 by @hannesm)

## v0.12.1 (2020-06-12)

in #414 by @hannesm
Expand Down
2 changes: 1 addition & 1 deletion tls-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.08.0"}
"dune" {>= "1.0"}
"tls" {= version}
"x509" {>= "0.10.0"}
Expand Down
2 changes: 1 addition & 1 deletion tls.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.08.0"}
"dune" {>= "1.0"}
"ppx_sexp_conv" {>= "v0.9.0"}
"ppx_cstruct" {>= "3.0.0"}
Expand Down

0 comments on commit c02b15a

Please sign in to comment.