Skip to content

Commit 2eab723

Browse files
committed
radare2: temporarily add a fictionary upper bound for yojson-android to allow CI to pass this opam file
1 parent 0ae5ece commit 2eab723

File tree

1 file changed

+1
-1
lines changed
  • packages/radare2/radare2.0.0.1

1 file changed

+1
-1
lines changed

packages/radare2/radare2.0.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"oasis" {build & >= "0.4" & <= "0.4.11"}
2323
"ocamlbuild" {build & <= "0.15.0"}
2424
"ocamlfind" {build & <= "1.9.6"}
25-
("yojson" {>= "1.3.2" & <= "2.2.2"} | "yojson-android" {>= "1.3.2"})
25+
("yojson" {>= "1.3.2" & <= "2.2.2"} | "yojson-android" {>= "1.3.2" & <= "2.2.2"})
2626
]
2727
depexts: [
2828
["radare2"] {os-family = "debian"}

0 commit comments

Comments
 (0)