Skip to content

Commit ac2e5da

Browse files
authored
Merge pull request #27886 from ocaml/tcsprojects/release-tcslib-v0.5
2 parents cf409d9 + 3177e2a commit ac2e5da

File tree

2 files changed

+2
-2
lines changed
  • packages/pgsolver

2 files changed

+2
-2
lines changed

packages/pgsolver/pgsolver.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
]
2020
depends: [
2121
"ocaml" {>= "4.05.0" & < "5.0"}
22-
"TCSLib" {>= "0.2"}
22+
"TCSLib" {>= "0.2" & < "0.5"}
2323
("extlib" | "extlib-compat")
2424
"minisat"
2525
"ocaml-sat-solvers" {<= "0.4"}

packages/pgsolver/pgsolver.4.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
]
2020
depends: [
2121
"ocaml" {>= "4.08.0" & < "5.0"}
22-
"TCSLib" {>= "0.2"}
22+
"TCSLib" {>= "0.2" & < "0.5"}
2323
"extlib" | "extlib-compat"
2424
"minisat"
2525
"ocaml-sat-solvers" {>= "0.7.1"}

0 commit comments

Comments
 (0)