Skip to content

Commit

Permalink
Verify MSRV in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Jul 27, 2024
1 parent 82bc04e commit 0e4410b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
- name: Bench
working-directory: bench
run: cargo +nightly bench

- name: Install cargo-msrv
run: cargo install cargo-msrv

- name: MSRV
run: |
cargo +nightly generate-lockfile -Z minimal-versions
cd bin-proto
cargo msrv --verify
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Unimplement `ProtocolRead` and `BitFieldRead` on `Option`
- Create `Discriminable` trait for obtaining `enum` discriminants
- Additionally derive `Discriminable`, `TaggedRead`, `UntaggedWrite`
- Implement number-related traits on `usize` and `isize`
# v0.4.2
- Set MSRV at 1.63.0
# v0.4.1
Expand Down

0 comments on commit 0e4410b

Please sign in to comment.