Skip to content

Commit

Permalink
Update lower-bounds of dependencies for bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Sep 10, 2024
1 parent 1eee123 commit 586c97f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.7)
(lang dune 3.16)
(name obuilder)

(formatting disabled)
Expand Down Expand Up @@ -29,19 +29,19 @@
astring
(fmt (>= 0.8.9))
logs
(cmdliner (>= 1.2.0))
(tar-unix (and (>= 2.4.0) (< 3.0.0)))
(cmdliner (>= 1.3.0))
(tar-unix (and (>= 2.6.0) (< 3.0.0)))
(yojson (>= 1.6.0))
sexplib
ppx_deriving
ppx_sexp_conv
(sha (>= 1.15.4))
sqlite3
(sqlite3 (>= 5.2.0))
(crunch (and (>= 3.3.1) :build))
(obuilder-spec (= :version))
fpath
(extunix (>= 0.4.0))
(ocaml (>= 4.14.1))
(extunix (>= 0.4.2))
(ocaml (>= 4.14.2))
(alcotest-lwt (and (>= 1.7.0) :with-test))))

(package
Expand All @@ -55,4 +55,4 @@
astring
ppx_deriving
ppx_sexp_conv
(ocaml (>= 4.14.1))))
(ocaml (>= 4.14.2))))
4 changes: 2 additions & 2 deletions obuilder-spec.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ homepage: "https://github.com/ocurrent/obuilder"
doc: "https://ocurrent.github.io/obuilder/"
bug-reports: "https://github.com/ocurrent/obuilder/issues"
depends: [
"dune" {>= "3.7"}
"dune" {>= "3.16"}
"fmt" {>= "0.8.9"}
"sexplib"
"astring"
"ppx_deriving"
"ppx_sexp_conv"
"ocaml" {>= "4.14.1"}
"ocaml" {>= "4.14.2"}
"odoc" {with-doc}
]
build: [
Expand Down
12 changes: 6 additions & 6 deletions obuilder.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ homepage: "https://github.com/ocurrent/obuilder"
doc: "https://ocurrent.github.io/obuilder/"
bug-reports: "https://github.com/ocurrent/obuilder/issues"
depends: [
"dune" {>= "3.7"}
"dune" {>= "3.16"}
"lwt" {>= "5.6.1"}
"astring"
"fmt" {>= "0.8.9"}
"logs"
"cmdliner" {>= "1.2.0"}
"tar-unix" {>= "2.4.0" & < "3.0.0"}
"cmdliner" {>= "1.3.0"}
"tar-unix" {>= "2.6.0" & < "3.0.0"}
"yojson" {>= "1.6.0"}
"sexplib"
"ppx_deriving"
"ppx_sexp_conv"
"sha" {>= "1.15.4"}
"sqlite3"
"sqlite3" {>= "5.2.0"}
"crunch" {>= "3.3.1" & build}
"obuilder-spec" {= version}
"fpath"
"extunix" {>= "0.4.0"}
"ocaml" {>= "4.14.1"}
"extunix" {>= "0.4.2"}
"ocaml" {>= "4.14.2"}
"alcotest-lwt" {>= "1.7.0" & with-test}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 586c97f

Please sign in to comment.