Skip to content

Commit

Permalink
Fix downgrade_upgrade_package test
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 21, 2024
1 parent 855cf35 commit 8be2154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion cargo-dylint/tests/integration/package_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ use tempfile::tempdir;
// smoelius: `cargo-platform v0.1.8` requires rustc 1.73 or newer.
// smoelius: `rustfix v0.8.4` requires rustc 1.75 or newer.
// smoelius: `rustfix v0.8.5` requires rustc 1.77 or newer.
const RUST_VERSION: &str = "1.77.0";
// smoelius: `rustfix v0.8.6` requires rustc 1.78 or newer. However, I get errors building
// `serde` 1.0.210 with rustc 1.78, and `proc_macro2` 1.0.87 with rustc 1.79. So I am bumping
// `RUSTC_VERSION` to 1.80.
const RUST_VERSION: &str = "1.80.0";

#[test]
fn new_package() {
Expand Down

0 comments on commit 8be2154

Please sign in to comment.