Skip to content

Commit e847d84

Browse files
committed
Fix overlooked metal pinned dependency
1 parent f15e302 commit e847d84

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

arrayjit.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ depends: [
3232
"ppx_string"
3333
"ppx_variants_conv"
3434
"ppx_expect"
35-
"metal"
3635
"ppx_minidebug" {>= "2.2.0"}
3736
"odoc" {with-doc}
3837
]

dune-project

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
ppx_string
6161
ppx_variants_conv
6262
ppx_expect
63-
; temporary: will move metal to depopts later.
64-
metal
6563
(ppx_minidebug
6664
(>= 2.2.0)))
6765
(depopts

0 commit comments

Comments
 (0)