Skip to content

Commit 5f63ba9

Browse files
author
Gianmarco Garrisi
committed
Declare and verify MSRV
1 parent ba73a53 commit 5f63ba9

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/static-checks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ jobs:
3434
with:
3535
components: miri
3636
- run: cargo miri test
37+
38+
msrv-verify:
39+
runs-on: ubuntu-latest
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: dtolnay/rust-toolchain@master
43+
- run: cargo install cargo-msrv
44+
- run: cargo msrv verify

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["priority", "queue", "heap"]
1010
categories = ["data-structures", "algorithms"]
1111
license = "LGPL-3.0-or-later OR MPL-2.0"
1212
edition = "2021"
13+
rust-version = "1.65.0"
1314

1415
[build-dependencies]
1516
autocfg = "1"

0 commit comments

Comments
 (0)