Skip to content

Commit

Permalink
bench: Remove unused bechamel-js dependency (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot authored Dec 14, 2023
1 parent 8827bb6 commit bb35976
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bench/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

(executable
(name bench)
(libraries bechamel bechamel-js ocamlformat-lib stdio yojson))
(libraries bechamel ocamlformat-lib stdio yojson))

(rule
(alias runbench)
Expand Down
2 changes: 0 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@
(>= 1.3.0)))
(bechamel
(>= 0.2.0))
(bechamel-js
(>= 0.2.0))
(ocamlformat-lib
(= :version))
stdio
Expand Down
1 change: 0 additions & 1 deletion ocamlformat-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ depends: [
"ocaml" {>= "4.08"}
"alcotest" {with-test & >= "1.3.0"}
"bechamel" {>= "0.2.0"}
"bechamel-js" {>= "0.2.0"}
"ocamlformat-lib" {= version}
"stdio"
"yojson" {>= "1.6.0"}
Expand Down

0 comments on commit bb35976

Please sign in to comment.