Skip to content

Commit fe144ee

Browse files
committed
update min rust version also in CI and add changelog entry
1 parent 9ba4e36 commit fe144ee

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions-rs/toolchain@v1
1818
with:
1919
profile: minimal
20-
toolchain: 1.77.2
20+
toolchain: 1.85.0
2121
override: true
2222
- run: rustup component add rustfmt
2323
- uses: actions-rs/cargo@v1
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: 1.77.2
34+
toolchain: 1.85.0
3535
components: clippy
3636
override: true
3737
- uses: actions-rs/clippy-check@v1
@@ -68,9 +68,9 @@ jobs:
6868
matrix:
6969
include:
7070
- os: ubuntu-latest
71-
rust: 1.77.2
71+
rust: 1.85.0
7272
- os: windows-latest
73-
rust: 1.77.2
73+
rust: 1.85.0
7474
runs-on: ${{ matrix.os }}
7575
steps:
7676
- uses: actions/checkout@main

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- update rust toolchain version to match MSRV of chatmail core: 1.85.0
6+
57
## 0.14.1 - Allow country TLDs in scheme-less links
68

79
- allow country TLDs in scheme-less links
@@ -62,7 +64,7 @@
6264
- upgraded nom to 7
6365
- The following generic schemes (schemes that don't end in `://`) get linkified now:
6466
`mailto:`, `news:`, `feed:`, `tel:`, `sms:`, `geo:`, `maps:`, `bitcoin:`, `bitcoincash:`, `eth:`, `ethereum:`, `magnet:`
65-
- added `scheme` property to `LinkDestination`
67+
- added `scheme` property to `LinkDestination`
6668

6769
## 0.7.0 - All the Hashtags
6870

0 commit comments

Comments
 (0)