Skip to content

Commit 0323f4e

Browse files
committed
Set the Rust version we support in Cargo.toml
1 parent ec6f35b commit 0323f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A test framework for testing rustc diagnostics output"
7+
rust-version = "1.63"
78

89
[lib]
910
test = true # we have unit tests

0 commit comments

Comments
 (0)