Skip to content

Commit

Permalink
Update dependencies and their transitive use
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Jul 1, 2021
1 parent 870e1d6 commit a95e236
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.5.1 (2021-07-01)

- Fix for transitive dependency in cuz
- Improved lower bounds on the opam file

# 0.5.0 (2021-07-01)

- Use cuz for the get calls with compression
Expand Down
2 changes: 2 additions & 0 deletions doi2bib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ depends: [
"cmdliner" {>= "1.0.0"}
"decompress" {>= "1.3.0"}
"ezxmlm" {>= "1.1.0"}
"lwt" {>= "5.2.0"}
"bigstringaf" {>= "0.2.0"}
"tls" {>= "0.12.0"}
"re" {>= "1.0.0"}
"odoc" {with-doc}
Expand Down
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
(>= 1.3.0))
(ezxmlm
(>= 1.1.0))
(lwt
(>= 5.2.0))
(bigstringaf
(>= 0.2.0))
(tls
(>= 0.12.0))
(re
Expand Down
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name doi2bib)
(libraries astring cohttp-lwt-unix cuz.cohttp ezxmlm re unix)
(libraries astring cohttp-lwt-unix cuz.cohttp ezxmlm lwt re unix)
(preprocess future_syntax))
2 changes: 2 additions & 0 deletions vendor/cuz/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
(depends
(ocaml
(>= 4.08))
(bigstringaf
(>= 0.5.0))
(cohttp-lwt
(>= 2.5.0))
(decompress
Expand Down
2 changes: 1 addition & 1 deletion vendor/cuz/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(public_name cuz)
(name cuz)
(modules :standard \ cuz_unix cuz_cohttp)
(libraries cohttp-lwt decompress.gz decompress.de)
(libraries bigstringaf cohttp-lwt decompress.gz decompress.de)
(preprocess future_syntax))

(library
Expand Down

0 comments on commit a95e236

Please sign in to comment.