Skip to content

Commit

Permalink
bumped rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Jan 3, 2025
1 parent f0b09ed commit 1196b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
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"]

Expand Down

0 comments on commit 1196b47

Please sign in to comment.