Skip to content

Commit

Permalink
Bump MSRV to 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 11, 2024
1 parent e13f5d9 commit 9749c48
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-22.04, windows-2019, macos-12]
toolchain: [stable]
include:
- {os: ubuntu-22.04, toolchain: '1.38.0'}
- {os: ubuntu-22.04, toolchain: '1.56.0'}
- {os: ubuntu-22.04, toolchain: beta}
- {os: ubuntu-22.04, toolchain: nightly}

Expand Down
2 changes: 1 addition & 1 deletion pcsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/bluetech/pcsc-rust"
homepage = "https://github.com/bluetech/pcsc-rust"
readme = "../README.md"
authors = ["Ran Benita <[email protected]>"]
rust-version = "1.38"
rust-version = "1.56"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 9749c48

Please sign in to comment.