Skip to content

Commit 07ca753

Browse files
authored
atdgen >= 2.14.0 requires atd >= 2.14.0 (#371)
Co-authored-by: Martin Jambon <[email protected]>
1 parent e88fa60 commit 07ca753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atdgen.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ depends: [
7474
"dune" {>= "2.8"}
7575
"ocaml" {>= "4.08"}
7676
"alcotest" {with-test}
77-
"atd" {>= "2.13.0"}
77+
"atd" {>= "2.14.0"}
7878
"atdgen-runtime" {>= "2.1.0"}
7979
"atdgen-codec-runtime" {with-test}
8080
"biniou" {>= "1.0.6"}

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ utilities."))
9898
(depends
9999
(ocaml (>= 4.08))
100100
(alcotest :with-test)
101-
(atd (>= 2.13.0))
101+
(atd (>= 2.14.0))
102102
(atdgen-runtime (>= 2.1.0))
103103
(atdgen-codec-runtime :with-test)
104104
(biniou (>= 1.0.6))

0 commit comments

Comments
 (0)