Skip to content

Commit 9ebfbb1

Browse files
committed
now requires at least OCaml 4.08.0
1 parent da6f95f commit 9ebfbb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# 2.1.0 (August 30, 2023)
33

4+
- :exclamation: OCamlGraph now requires OCaml >= 4.08
45
- :exclamation: [Traverse]: fixed [Dfs.fold] and [Dfs.fold_component],
56
which were not implementing a proper DFS
67
- [Classic]: new functions [cycle] and [grid]

ocamlgraph_gtk.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage: "https://github.com/backtracking/ocamlgraph/"
1818
doc: "https://backtracking.github.io/ocamlgraph"
1919
bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new"
2020
depends: [
21-
"ocaml" {>= "4.03.0"}
21+
"ocaml" {>= "4.08.0"}
2222
"stdlib-shims"
2323
"lablgtk"
2424
"conf-gnomecanvas"

0 commit comments

Comments
 (0)