Skip to content

Commit b212625

Browse files
committed
restrict current-albatross-deployer to older albatross versions
1 parent 92d7eef commit b212625

File tree

1 file changed

+1
-1
lines changed
  • packages/current-albatross-deployer/current-albatross-deployer.1.0.0

1 file changed

+1
-1
lines changed

packages/current-albatross-deployer/current-albatross-deployer.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/tarides/current-albatross-deployer.git"
88
doc: "https://tarides.github.io/current-albatross-deployer/"
99

1010
depends: [
11-
"albatross" {>= "1.5.1"}
11+
"albatross" {>= "1.5.1" & < "1.5.5"}
1212
"obuilder-spec" {>= "0.5"}
1313
"ocaml" {>= "4.08.0"}
1414
"dune" {>= "2.9.0"}

0 commit comments

Comments
 (0)