Skip to content

Commit

Permalink
Fix downgrade_upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 18, 2023
1 parent db85c90 commit 08abff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cargo-dylint/tests/package_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ use tempfile::tempdir;
// `--rust-version 1.64.0`. I'm not sure why it doesn't.
// smoelius: Dylint's MSRV was recently bumped to 1.68.
// smoelius: `home v0.5.9` (2013-12-15) requires rustc 1.70.0 or newer.
const RUST_VERSION: &str = "1.70.0";
// smoelius: `cargo-util v0.2.7` requires rustc 1.72.0 or newer.
const RUST_VERSION: &str = "1.72.0";

#[test]
fn new_package() {
Expand Down

0 comments on commit 08abff7

Please sign in to comment.