Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .drom
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Keep this file in your GIT repo to help drom track generated files
# begin version
version:0.6.0~dev
version:0.6.1
# end version

# hash of toml configuration files
# used for generation of all files
38d7ee132fdca58e40e8593ebb731eb5:.
1e8bab88f7e04062d57012ac8713cef4:.
# end context for .

# begin context for .github/workflows/ci.ml
Expand Down Expand Up @@ -105,12 +105,12 @@ df544cfaf9078d1bba2f90ed1b5adf5f:dune

# begin context for dune-project
# file dune-project
d19df50bc2a2b6d306ddde718c10f7bf:dune-project
f696952088932d3c128d6e9b9488bd4c:dune-project
# end context for dune-project

# begin context for opam/ez_file.opam
# file opam/ez_file.opam
89634f5f8677617a9a6b729cbdfd3ca9:opam/ez_file.opam
e2417f212ffc48673801ad72bba92e7b:opam/ez_file.opam
# end context for opam/ez_file.opam

# begin context for scripts/after.sh
Expand Down
2 changes: 1 addition & 1 deletion drom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ skip = ["src/ez_file/main.ml", "CHANGES.md", "test/expect-tests/test.ml"]

# project-wide tools dependencies (not for package-specific deps)
[tools]
dune = "2.6.0"

[tools.ocamlformat]
for-test = true
[tools.odoc]
Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
ppx_expect
odoc
ocamlformat
(dune (and (>= 2.6.0) (< 3.0.0)))
)
)

Expand Down
1 change: 0 additions & 1 deletion opam/ez_file.opam
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ depends: [
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
"dune" {>= "2.6.0" & < "3.0.0"}
]