Skip to content

Commit 38cc378

Browse files
committed
Revert "dune 3.17"
This reverts commit ee3138d.
1 parent b67eac2 commit 38cc378

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ all:
88
dune build src --profile dev
99

1010
deps:
11-
opam update
1211
opam switch import opam.export
1312

14-
change-deps:
15-
opam switch export opam.export
16-
1713
release:
1814
dune build src --profile release
1915

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
(lang dune 3.17)
1+
(lang dune 3.15)
22
(formatting (enabled_for reason))

opam.export

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ opam-version: "2.0"
22
compiler: ["ocaml-base-compiler.5.0.0"]
33
roots: [
44
"alcotest.1.7.0"
5-
"dune.3.17.2"
5+
"dune.3.15.0"
66
"fmt.0.9.0"
77
"incr_dom.v0.16.0"
88
"js_of_ocaml.5.7.2"
99
"js_of_ocaml-ppx.5.7.2"
1010
"ocaml-base-compiler.5.0.0"
1111
"ocaml-lsp-server.1.17.0"
12-
"ppx_blob.0.8.0"
1312
"ppx_deriving_hash.0.1.2"
1413
"ppx_deriving_yojson.3.7.0"
1514
"ppx_let.v0.16.0"
@@ -51,7 +50,7 @@ installed: [
5150
"cppo.1.6.9"
5251
"csexp.1.5.2"
5352
"diffable.v0.16.0"
54-
"dune.3.17.2"
53+
"dune.3.15.0"
5554
"dune-build-info.3.15.0"
5655
"dune-configurator.3.15.0"
5756
"dune-rpc.3.15.0"
@@ -114,7 +113,6 @@ installed: [
114113
"ppx_base.v0.16.0"
115114
"ppx_bench.v0.16.0"
116115
"ppx_bin_prot.v0.16.0"
117-
"ppx_blob.0.8.0"
118116
"ppx_cold.v0.16.0"
119117
"ppx_compare.v0.16.0"
120118
"ppx_custom_printf.v0.16.0"

0 commit comments

Comments
 (0)