Skip to content

Commit 6d824b1

Browse files
committed
Remove diffutils pin depends
Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
1 parent f3bd0b2 commit 6d824b1

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
### Fixed
1010

11+
- Remove dependency on unreleased `diffutils` package
12+
(#88, #95, @azzsal)
13+
1114
### Removed
1215

1316
### Security

api-watch.opam

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ depends: [
1515
"containers"
1616
"fmt"
1717
"cmdliner" {>= "1.1.0"}
18-
"diffutils"
1918
"ocamlformat" {with-dev-setup & = "0.26.2"}
2019
"odoc" {with-doc}
2120
]
@@ -34,6 +33,3 @@ build: [
3433
]
3534
]
3635
dev-repo: "git+https://github.com/NathanReb/ocaml-api-watch.git"
37-
pin-depends: [
38-
["diffutils.dev" "git+https://github.com/panglesd/ocaml-diffutils#0fc293bc0cd2c34742552f7a0c777bfba385bd90"]
39-
]

api-watch.opam.template

Lines changed: 0 additions & 3 deletions
This file was deleted.

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@
2222
containers
2323
fmt
2424
(cmdliner (>= 1.1.0))
25-
diffutils
2625
(ocamlformat (and :with-dev-setup (= 0.26.2)))))

0 commit comments

Comments
 (0)