Skip to content

Commit 0b0de1c

Browse files
authored
Merge pull request #25529 from mseri/relax-dune
Relax windows incompatibility for dune 3.7.0
2 parents fd5d2a5 + f256ff1 commit 0b0de1c

File tree

1 file changed

+3
-1
lines changed
  • packages/dune/dune.3.7.0

1 file changed

+3
-1
lines changed

packages/dune/dune.3.7.0/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ url {
5454
]
5555
}
5656
x-commit-hash: "d3d628f2eda2278bd2df6e37452d8693f367fcfd"
57-
available: os != "win32"
57+
post-messages: [
58+
"Please note that this version of dune does not support unicode characters on Windows and may behave unexpectedly, consider updating to version 3.14.2 or greater" {os = "win32"}
59+
]

0 commit comments

Comments
 (0)