Compare commits

..

No commits in common. "55eb9c2a2f0bf6e3a9b04a8c3ec41ae21778836a" and "09ff4f98edd82be07e9ba16b772aeae348526789" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View file

@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Use OCaml - name: Use OCaml
uses: ocaml/setup-ocaml@v3 uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: 5.03.x ocaml-compiler: 5.1.x
dune-cache: true dune-cache: true
allow-prerelease-opam: true allow-prerelease-opam: true

View file

@ -18,7 +18,7 @@ jobs:
ocaml-compiler: ocaml-compiler:
- 4.08.x - 4.08.x
- 4.14.x - 4.14.x
- 5.03.x - 5.01.x
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -30,7 +30,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Use OCaml ${{ matrix.ocaml-compiler }} - name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3 uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true allow-prerelease-opam: true

View file

@ -32,7 +32,7 @@ val rest_of_path : (string -> 'a, 'a) t
@since 0.7 *) @since 0.7 *)
val rest_of_path_urlencoded : (string -> 'a, 'a) t val rest_of_path_urlencoded : (string -> 'a, 'a) t
(** Matches a string, even containing ['/'], and URL-decode it (piecewise). (** Matches a string, even containing ['/'], an URL-decode it.
This will match the entirety of the remaining route. This will match the entirety of the remaining route.
@since 0.7 *) @since 0.7 *)