mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
chore: depend on dune-configurator
This commit is contained in:
parent
47ec738611
commit
9351cf9cb3
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ build: [
|
||||||
depends: [
|
depends: [
|
||||||
"base-bytes"
|
"base-bytes"
|
||||||
"result"
|
"result"
|
||||||
"dune" {build}
|
"dune" { >= "1.1" }
|
||||||
|
"dune-configurator"
|
||||||
"qcheck" {with-test}
|
"qcheck" {with-test}
|
||||||
"qtest" {with-test}
|
"qtest" {with-test}
|
||||||
"mdx" {with-test}
|
"mdx" {with-test}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue