Skip to content

Commit 100bcc2

Browse files
Update MSRV to 1.70
1 parent 7c1f36c commit 100bcc2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: cargo build
2323
- name: Clippy
2424
run: cargo clippy --all-targets --all-features
25-
- name: Build with 1.67.1
25+
- name: Build with 1.70
2626
run: |
2727
cargo clean
28-
rustup update 1.67.1 --no-self-update
29-
cargo +1.67.1 build
28+
rustup update 1.70 --no-self-update
29+
cargo +1.70 build

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ You can also pass `--index-template ./index-template.html` and a file called `${
2222

2323
You can see an example of using this tool at <https://github.com/ferrous-systems/rust-training>.
2424

25+
## MSRV
26+
27+
We check this crate compiles with Rust 1.70.
28+
2529
## Changelog
2630

2731
See [CHANGELOG.md](./CHANGELOG.md)

0 commit comments

Comments
 (0)