Skip to content

Commit 5680f1d

Browse files
DrodtPgBiel
andauthored
Bump Rust to 1.87 on CI (#82)
* Bump Rust to 1.87 on CI * dedent list in docs --------- Co-authored-by: PgBiel <[email protected]>
1 parent 2479580 commit 5680f1d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: dtolnay/rust-toolchain@1.85.0
13+
- uses: dtolnay/rust-toolchain@1.87.0
1414
- run: cargo build
1515
- run: cargo test
1616

@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: dtolnay/rust-toolchain@1.85.0
22+
- uses: dtolnay/rust-toolchain@1.87.0
2323
with:
2424
components: clippy, rustfmt
2525
- uses: Swatinem/rust-cache@v2

src/types/person.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ pub struct Person {
2424
impl Person {
2525
/// Constructs a new person from a chunk vector:
2626
/// 1. according to the specs of
27-
/// [Nicolas Markey in "Tame the BeaST"][taming], pp. 23-24.
27+
/// [Nicolas Markey in "Tame the BeaST"][taming], pp. 23-24.
2828
/// 2. biblatex extended name format according to the
29-
/// [documentation of biblatex][biblatex], section 3.4 pp. 80-81,
30-
/// and section §4.2.3 pp. 164-165.
31-
/// Support is limited to default `nameparts`: prefix, family,
32-
/// suffix, given.
29+
/// [documentation of biblatex][biblatex], section 3.4 pp. 80-81,
30+
/// and section §4.2.3 pp. 164-165.
31+
/// Support is limited to default `nameparts`: prefix, family,
32+
/// suffix, given.
3333
///
3434
/// [taming]: https://ftp.rrze.uni-erlangen.de/ctan/info/bibtex/tamethebeast/ttb_en.pdf
3535
/// [biblatex]: https://ctan.gutenberg-asso.fr/macros/latex/contrib/biblatex/doc/biblatex.pdf

0 commit comments

Comments
 (0)