Skip to content

Commit d30f1d6

Browse files
authored
Apply suggestions from code review
1 parent 4080d99 commit d30f1d6

File tree

2 files changed

+2
-2
lines changed
  • packages/quickjs

2 files changed

+2
-2
lines changed

packages/quickjs/quickjs.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"dune" {>= "3.8"}
1111
"ocaml" {>= "4.14.1"}
1212
"integers"
13-
"ctypes"
13+
"ctypes" {>= "0.13.0"}
1414
"alcotest" {with-test}
1515
"fmt" {with-test}
1616
"odoc" {with-doc}

packages/quickjs/quickjs.0.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"dune" {>= "3.8"}
1111
"ocaml" {>= "4.14.1"}
1212
"integers"
13-
"ctypes"
13+
"ctypes" {>= "0.13.0"}
1414
"alcotest" {with-test}
1515
"fmt" {with-test}
1616
"odoc" {with-doc}

0 commit comments

Comments
 (0)