File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 88
99### Fixed
1010
11+ - Remove dependency on unreleased ` diffutils ` package
12+ (#88 , #95 , @azzsal )
13+
1114### Removed
1215
1316### Security
Original file line number Diff line number Diff 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]
3635dev-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- ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 containers
2323 fmt
2424 ( cmdliner ( >= 1 .1.0) )
25- diffutils
2625 ( ocamlformat ( and :with -dev-setup ( = 0 .26.2) ) ) ) )
You can’t perform that action at this time.
0 commit comments