Skip to content

Commit 80c32bd

Browse files
committed
Add MSRV to Cargo.toml
1 parent 371ef40 commit 80c32bd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: dtolnay/rust-toolchain@stable
17+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
18+
with:
19+
toolchain: 1.82.0
1820
- uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
1921
with:
2022
tool: cargo-hack@0.6.43

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "Types for rustdoc's json output"
77
repository = "https://github.com/rust-lang/rustdoc-types"
88
include = ["Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs"]
9-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9+
rust-version = "1.82.0"
1010

1111
[dependencies]
1212
serde = {version="1.0.186"}

0 commit comments

Comments
 (0)