Skip to content

Commit

Permalink
Bump Dylint's MSRV to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 1, 2024
1 parent 8bffb63 commit c4c27d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cargo-dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description = "A tool for running Rust lints from dynamic libraries"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/dylint"
rust-version = "1.74"

[[test]]
name = "ci"
Expand Down
2 changes: 1 addition & 1 deletion dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A tool for running Rust lints from dynamic libraries"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/dylint"
rust-version = "1.73"
rust-version = "1.78"

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit c4c27d1

Please sign in to comment.