Skip to content

Commit

Permalink
Update cargo-dylint and dylint MSRVs
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Sep 11, 2023
1 parent 2c06c16 commit d42a7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-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.64"
rust-version = "1.70"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
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.64"
rust-version = "1.68"

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit d42a7a0

Please sign in to comment.