Skip to content

Commit

Permalink
Add windows.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 28, 2024
1 parent 36de0b4 commit 90eb431
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions windows.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/rescript-logger-ppx.opam b/rescript-logger-ppx.opam
index f270f4d..1cd834e 100644
--- a/rescript-logger-ppx.opam
+++ b/rescript-logger-ppx.opam
@@ -13,8 +13,8 @@ bug-reports: "https://github.com/shakacode/rescript-logger/issues"
dev-repo: "git+https://github.com/shakacode/rescript-logger.git"
depends: [
"ocaml" { = "4.14.1" }
- "dune" { = "3.11.1" }
- "ppxlib" { = "0.30.0" }
+ "dune" { = "3.5.0" }
+ "ppxlib" { = "0.28.0" }
]
build: [
["dune" "build" "-p" name "-j" jobs]

0 comments on commit 90eb431

Please sign in to comment.