diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 250b960..aebf68a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [beta, stable, 1.70.0] + rust: [beta, stable, 1.74.0] include: - rust: nightly rustflags: --cfg thiserror_nightly_testing diff --git a/Cargo.toml b/Cargo.toml index 431f2e5..3c1b93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["electronicpanopticon "] repository = "https://github.com/ImperialBower/cardpack.rs.git" homepage = "https://github.com/ImperialBower/cardpack.rs" edition = "2021" -rust-version = "1.70" +rust-version = "1.74" license = "Apache-2.0" exclude = [".github/workflows/*", "examples/*", ".gitignore", ".travis.yml", "Cargo.lock"]