Skip to content

Commit

Permalink
⬆️ Upgrade to OCaml 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jan 30, 2025
1 parent 181f751 commit 4a70dbf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(depends
ocaml
(ocaml-base-compiler
(= 5.3.0~beta2))
(= 5.3.0))
menhir
dune
base
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pkgs = nixpkgs.legacyPackages.${system};
on = opam-nix.lib.${system};
devPackagesQuery = {
ocaml-lsp-server = "1.20.0~5.3preview";
ocaml-lsp-server = "1.22.0";
ocamlformat = "0.27.0";
utop = "*";
alcotest = "*";
Expand Down
3 changes: 1 addition & 2 deletions react_trace.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/React-Analysis/ReacttRace"
bug-reports: "https://github.com/React-Analysis/ReacttRace/issues"
depends: [
"ocaml"
"ocaml-base-compiler" {= "5.3.0~beta2"}
"ocaml-base-compiler" {= "5.3.0"}
"menhir"
"dune" {>= "3.15"}
"base"
Expand Down Expand Up @@ -42,6 +42,5 @@ build: [
]
dev-repo: "git+https://github.com/React-Analysis/ReacttRace.git"
pin-depends: [
[ "ppxlib.0.33.1~5.3preview" "git+https://github.com/ocaml-ppx/ppxlib#218347c59cb93e463f33f06801bd61cf47f46265" ]
[ "flow_parser.0.257.0" "git+https://github.com/Zeta611/flow#52bf15978715a096119d422145b1bb9f32a06804" ]
]
1 change: 0 additions & 1 deletion react_trace.opam.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pin-depends: [
[ "ppxlib.0.33.1~5.3preview" "git+https://github.com/ocaml-ppx/ppxlib#218347c59cb93e463f33f06801bd61cf47f46265" ]
[ "flow_parser.0.257.0" "git+https://github.com/Zeta611/flow#52bf15978715a096119d422145b1bb9f32a06804" ]
]

0 comments on commit 4a70dbf

Please sign in to comment.