Skip to content

Commit 9a274be

Browse files
authored
Merge pull request #12608 from Alizter/push-lkmtslrurvxl
chore: bump dune lang
2 parents 04ef103 + 0a20731 commit 9a274be

19 files changed

+26
-24
lines changed

.github/workflows/oxcaml.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
default: "git+https://github.com/ocaml/opam-repository.git"
2929
opam-pin: false
3030

31-
- name: Install deps
32-
run: |
33-
opam pin add . -n --with-version=3.20.2+ox
34-
opam install . --deps-only
35-
opam install re spawn uutf
31+
- name: Pin deps
32+
run: opam pin add -n . --with-version=3.20.2+ox
33+
34+
- name: Install deps
35+
run: opam install re spawn uutf ./dune.opam
3636

3737
- name: Build dune
3838
run: opam exec -- make bootstrap

.github/workflows/workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
# Install ocamlfind-secondary and ocaml-secondary-compiler, if needed
219219
- run: |
220-
opam pin -n . --with-version=3.20
220+
opam pin -n .
221221
opam install ./dune.opam --deps-only
222222
223223
- name: Install system deps on macOS
@@ -347,7 +347,9 @@ jobs:
347347
- name: Create an empty switch
348348
run: opam switch create . --empty
349349
- name: Pin local packages to local dependencies
350-
run: opam pin add . -n --with-version=dev
350+
run: opam pin add . -n --with-version=3.21.0
351+
# ^^^^^^
352+
# When updating dune lang, update this too
351353
- name: Install external dependencies
352354
run: opam install .
353355

chrome-trace.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
1010
doc: "https://dune.readthedocs.io/"
1111
bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
13-
"dune" {>= "3.20"}
13+
"dune" {>= "3.21"}
1414
"ocaml" {>= "4.08.0"}
1515
"odoc" {with-doc}
1616
]

dune-action-plugin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
1717
doc: "https://dune.readthedocs.io/"
1818
bug-reports: "https://github.com/ocaml/dune/issues"
1919
depends: [
20-
"dune" {>= "3.20"}
20+
"dune" {>= "3.21"}
2121
"dune-glob" {= version}
2222
"csexp" {>= "1.5.0"}
2323
"ppx_expect" {with-test}

dune-build-info.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/dune"
1616
doc: "https://dune.readthedocs.io/"
1717
bug-reports: "https://github.com/ocaml/dune/issues"
1818
depends: [
19-
"dune" {>= "3.20"}
19+
"dune" {>= "3.21"}
2020
"ocaml" {>= "4.08"}
2121
"odoc" {with-doc}
2222
]

dune-configurator.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage: "https://github.com/ocaml/dune"
1818
doc: "https://dune.readthedocs.io/"
1919
bug-reports: "https://github.com/ocaml/dune/issues"
2020
depends: [
21-
"dune" {>= "3.20"}
21+
"dune" {>= "3.21"}
2222
"ocaml" {>= "4.08.0"}
2323
"base-unix"
2424
"csexp" {>= "1.5.0"}

dune-glob.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
1010
doc: "https://dune.readthedocs.io/"
1111
bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
13-
"dune" {>= "3.20"}
13+
"dune" {>= "3.21"}
1414
"stdune" {= version}
1515
"dyn"
1616
"re"

dune-private-libs.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
1717
doc: "https://dune.readthedocs.io/"
1818
bug-reports: "https://github.com/ocaml/dune/issues"
1919
depends: [
20-
"dune" {>= "3.20"}
20+
"dune" {>= "3.21"}
2121
"csexp" {>= "1.5.0"}
2222
"pp" {>= "1.1.0"}
2323
"dyn" {= version}

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.20)
1+
(lang dune 3.21)
22
; ^^^^
33
; When changing the version, don't forget to regenerate *.opam files
44
; by running [dune build].

dune-rpc-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
99
doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
12-
"dune" {>= "3.20"}
12+
"dune" {>= "3.21"}
1313
"dune-rpc" {= version}
1414
"csexp" {>= "1.5.0"}
1515
"lwt" {>= "5.6.0"}

0 commit comments

Comments
 (0)