Skip to content

Commit

Permalink
fix(engine): pin OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 13, 2024
1 parent e03937b commit 2e7ac70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(synopsis "The engine of hax, a Rust verification tool")
(description "Hax is divided in two: a frontend (written in Rust) and an engine (written in OCaml). This is the engine.")
(depends
ocaml
(ocaml (= "5.1.1"))
dune
(base (= "0.16"))
(core (= "0.16"))
Expand Down
2 changes: 1 addition & 1 deletion engine/hax-engine.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: "https://github.com/hacspec/hax"
doc: "https://hacspec.org/hax/"
bug-reports: "https://github.com/hacspec/hax/issues"
depends: [
"ocaml"
"ocaml" {= "5.1.1"}
"dune" {>= "3.0"}
"base" {= "0.16"}
"core" {= "0.16"}
Expand Down

0 comments on commit 2e7ac70

Please sign in to comment.