this repo has no description

Tighten dependencies for atdj and atds 2.2.1 (to avoid jbuilder error)

Changed files
+2 -2
packages
atdj
atdj.2.2.1
atds
atds.2.2.1
+1 -1
packages/atdj/atdj.2.2.1/opam
···
depends: [
"ocaml" {>= "4.02"}
"dune" {>= "2.0"}
-
"atd" {>= "2.0.0" & < "2.3.0"}
+
"atd" {>= "2.2.1" & < "2.3.0"}
"re"
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
+1 -1
packages/atds/atds.2.2.1/opam
···
depends: [
"ocaml" {>= "4.02"}
"dune" {>= "2.0"}
-
"atd" {>= "2.0.0" & < "2.3.0"}
+
"atd" {>= "2.2.1" & < "2.3.0"}
"re"
]
dev-repo: "git+https://github.com/ahrefs/atd.git"