Skip to content

Commit

Permalink
Use fmt 0.9.0 to prevent conflict with the result library (#802)
Browse files Browse the repository at this point in the history
* conflict with result < 1.5

* Use fmt >= 0.9.0
  • Loading branch information
Halbaroth authored Sep 11, 2023
1 parent 29009d2 commit 7b5094d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ocplib-simplex" {>= "0.5"}
"zarith" {>= "1.4"}
"seq"
"fmt"
"fmt" {>= "0.9.0"}
"stdlib-shims"
"ppx_blob" {>= "0.7.2"}
"camlzip" {>= "1.07"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(ocplib-simplex (>= 0.5))
(zarith (>= 1.4))
seq
fmt
(fmt (>= 0.9.0))
stdlib-shims
(ppx_blob (>= 0.7.2))
(camlzip (>= 1.07))
Expand Down

0 comments on commit 7b5094d

Please sign in to comment.