Skip to content

Commit 2f583bb

Browse files
authored
dtc-pb.1.0: Fix the version constraints on dune (see dune-project file)
1 parent df7f06f commit 2f583bb

File tree

1 file changed

+1
-1
lines changed
  • packages/dtc-pb/dtc-pb.1.0

1 file changed

+1
-1
lines changed

packages/dtc-pb/dtc-pb.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "ISC"
77
dev-repo: "git+https://github.com/deepmarker/ocaml-dtc-pb.git"
88
bug-reports: "https://github.com/deepmarker/ocaml-dtc-pb/issues"
99
depends: [
10-
"dune" {>= "2.3.1"}
10+
"dune" {>= "3.4"}
1111
"piqi" {>= "0.7.7"}
1212
"piqilib" {>= "0.6.15"}
1313
"ocplib-endian" {>= "1.0"}

0 commit comments

Comments
 (0)