Skip to content

Commit

Permalink
Require provider.0.0.7 (breaking renamings)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Aug 5, 2024
1 parent 047b6f9 commit af890a4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
(ppxlib
(>= 0.33))
(provider
(>= 0.0.4))
(>= 0.0.7))
(vcs-private-libs-base
(= :version))))

Expand Down Expand Up @@ -323,7 +323,7 @@
(ppxlib
(>= 0.33))
(provider
(>= 0.0.4))
(>= 0.0.7))
(vcs
(= :version))
(vcs-git-cli
Expand Down Expand Up @@ -386,7 +386,7 @@
(ppxlib
(>= 0.33))
(provider
(>= 0.0.4))
(>= 0.0.7))
(vcs
(= :version))
(vcs-git-cli
Expand Down Expand Up @@ -472,7 +472,7 @@
(ppxlib
(>= 0.33))
(provider
(>= 0.0.4))
(>= 0.0.7))
(re
(>= 1.8.0))
(sexp_pretty
Expand Down Expand Up @@ -670,6 +670,6 @@
(ppxlib
(>= 0.33))
(provider
(>= 0.0.4))
(>= 0.0.7))
(vcs-private-libs-base
(= :version))))
2 changes: 1 addition & 1 deletion vcs-git-blocking.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"provider" {>= "0.0.4"}
"provider" {>= "0.0.7"}
"vcs" {= version}
"vcs-git-cli" {= version}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion vcs-git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"provider" {>= "0.0.4"}
"provider" {>= "0.0.7"}
"vcs" {= version}
"vcs-git-cli" {= version}
"vcs-private-libs-eio" {= version}
Expand Down
2 changes: 1 addition & 1 deletion vcs-test-helpers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"provider" {>= "0.0.4"}
"provider" {>= "0.0.7"}
"vcs-private-libs-base" {= version}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion vcs-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"ppx_sexp_message" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"provider" {>= "0.0.4"}
"provider" {>= "0.0.7"}
"re" {>= "1.8.0"}
"sexp_pretty" {>= "v0.17" & < "v0.18"}
"sherlodoc" {with-doc & >= "0.2"}
Expand Down
2 changes: 1 addition & 1 deletion vcs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"provider" {>= "0.0.4"}
"provider" {>= "0.0.7"}
"vcs-private-libs-base" {= version}
"odoc" {with-doc}
]
Expand Down

0 comments on commit af890a4

Please sign in to comment.