Skip to content

Commit

Permalink
bump MSRV to 1.48
Browse files Browse the repository at this point in the history
windows-sys has a MSRV of 1.48, which forces us to bump the MSRV
of this crate.
  • Loading branch information
vthib committed Apr 5, 2023
1 parent c7955a7 commit a6a394a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libloading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_toolchain: [nightly, stable, 1.40.0]
rust_toolchain: [nightly, stable, 1.48.0]
os: [ubuntu-latest, windows-latest, macOS-latest]
timeout-minutes: 20
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.mkd"
description = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety."
keywords = ["dlopen", "load", "shared", "dylib"]
categories = ["api-bindings"]
rust-version = "1.40.0"
rust-version = "1.48.0"

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
Expand Down

0 comments on commit a6a394a

Please sign in to comment.