We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1f36c commit 100bcc2Copy full SHA for 100bcc2
.github/workflows/check.yml
@@ -22,8 +22,8 @@ jobs:
22
run: cargo build
23
- name: Clippy
24
run: cargo clippy --all-targets --all-features
25
- - name: Build with 1.67.1
+ - name: Build with 1.70
26
run: |
27
cargo clean
28
- rustup update 1.67.1 --no-self-update
29
- cargo +1.67.1 build
+ rustup update 1.70 --no-self-update
+ cargo +1.70 build
README.md
@@ -22,6 +22,10 @@ You can also pass `--index-template ./index-template.html` and a file called `${
You can see an example of using this tool at <https://github.com/ferrous-systems/rust-training>.
+## MSRV
+
+We check this crate compiles with Rust 1.70.
## Changelog
30
31
See [CHANGELOG.md](./CHANGELOG.md)
0 commit comments