Skip to content

Commit

Permalink
Merge pull request #53 from mirage/prepare-v3.5.1
Browse files Browse the repository at this point in the history
Prepare v3.5.1
  • Loading branch information
dinosaure committed Feb 3, 2023
2 parents 3e0791f + de0ef40 commit aa75cf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
### v3.5.1 (2023-01-24)

- Few fixes about benchmarks and tests (#51, @tbrk, @dinosaure)
- Add missing dependency about `fmt` and fix the compilation for OCaml 5.0 (#52, @kit-ty-kate)

### v3.5.0 (2021-02-08)

- Fix support for `x-compilation` (@samoht, #44)
Expand Down
4 changes: 2 additions & 2 deletions base64.opam
Expand Up @@ -5,7 +5,7 @@ authors: [ "Thomas Gazagnaire"
"Peter Zotov" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-base64"
doc: "http://mirage.github.io/ocaml-base64/"
doc: "https://mirage.github.io/ocaml-base64/"
bug-reports: "https://github.com/mirage/ocaml-base64/issues"
dev-repo: "git+https://github.com/mirage/ocaml-base64.git"
synopsis: "Base64 encoding for OCaml"
Expand All @@ -16,7 +16,7 @@ representation. It is specified in RFC 4648.
"""
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "2.0"}
"dune" {>= "2.3"}
"fmt" {with-test & >= "0.8.7"}
"bos" {with-test}
"rresult" {with-test}
Expand Down

0 comments on commit aa75cf7

Please sign in to comment.