We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6f95f commit 9ebfbb1Copy full SHA for 9ebfbb1
CHANGES.md
@@ -1,6 +1,7 @@
1
2
# 2.1.0 (August 30, 2023)
3
4
+ - :exclamation: OCamlGraph now requires OCaml >= 4.08
5
- :exclamation: [Traverse]: fixed [Dfs.fold] and [Dfs.fold_component],
6
which were not implementing a proper DFS
7
- [Classic]: new functions [cycle] and [grid]
ocamlgraph_gtk.opam
@@ -18,7 +18,7 @@ homepage: "https://github.com/backtracking/ocamlgraph/"
18
doc: "https://backtracking.github.io/ocamlgraph"
19
bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new"
20
depends: [
21
- "ocaml" {>= "4.03.0"}
+ "ocaml" {>= "4.08.0"}
22
"stdlib-shims"
23
"lablgtk"
24
"conf-gnomecanvas"
0 commit comments