Skip to content

Commit 0b20836

Browse files
committed
Bump Dylint MSRV
`cargo-platform v0.1.8` requires rustc 1.73 or newer
1 parent 093bb0e commit 0b20836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dylint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A tool for running Rust lints from dynamic libraries"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/trailofbits/dylint"
9-
rust-version = "1.72"
9+
rust-version = "1.73"
1010

1111
[dependencies]
1212
ansi_term = "0.12"

0 commit comments

Comments
 (0)