Skip to content

Commit

Permalink
fix(CI): use older dependency releases in lockfile
Browse files Browse the repository at this point in the history
(so that it's already in the Docker images)
  • Loading branch information
AltGr committed Jul 25, 2024
1 parent 1b0c0e4 commit 58afa4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions learn-ocaml-client.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ depends: [
"lwt_ssl" {= "1.1.3"}
"macaddr" {= "5.6.0"}
"magic-mime" {= "1.2.0"}
"menhir" {= "20240715"}
"menhirCST" {= "20240715"}
"menhirLib" {= "20240715"}
"menhirSdk" {= "20240715"}
"menhir" {= "20231231"}
"menhirCST" {= "20231231"}
"menhirLib" {= "20231231"}
"menhirSdk" {= "20231231"}
"mirage-crypto" {= "0.11.3"}
"mirage-crypto-ec" {= "0.11.3"}
"mirage-crypto-pk" {= "0.11.3"}
Expand All @@ -94,7 +94,7 @@ depends: [
"ocaml-config" {= "3"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.15.0"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"ocp-indent-nlfork" {= "1.5.5"}
"ocp-ocamlres" {= "0.4"}
Expand Down Expand Up @@ -139,7 +139,7 @@ depends: [
"vg" {= "0.9.4"}
"x509" {= "0.16.5"}
"yojson" {= "2.2.2"}
"zarith" {= "1.14"}
"zarith" {= "1.13"}
]
build: ["dune" "build" "@install" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
Expand Down
12 changes: 6 additions & 6 deletions learn-ocaml.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ depends: [
"magic-mime" {= "1.2.0"}
"markup" {= "1.0.3"}
"markup-lwt" {= "0.5.0"}
"menhir" {= "20240715"}
"menhirCST" {= "20240715"}
"menhirLib" {= "20240715"}
"menhirSdk" {= "20240715"}
"menhir" {= "20231231"}
"menhirCST" {= "20231231"}
"menhirLib" {= "20231231"}
"menhirSdk" {= "20231231"}
"mirage-crypto" {= "0.11.3"}
"mirage-crypto-ec" {= "0.11.3"}
"mirage-crypto-pk" {= "0.11.3"}
Expand All @@ -104,7 +104,7 @@ depends: [
"ocaml-config" {= "3"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.15.0"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"ocp-indent-nlfork" {= "1.5.5"}
"ocp-ocamlres" {= "0.4"}
Expand Down Expand Up @@ -155,7 +155,7 @@ depends: [
"vg" {= "0.9.4"}
"x509" {= "0.16.5"}
"yojson" {= "2.2.2"}
"zarith" {= "1.14"}
"zarith" {= "1.13"}
]
build: [
[make "static"]
Expand Down

0 comments on commit 58afa4f

Please sign in to comment.