Skip to content

Commit a6a394a

Browse files
committed
bump MSRV to 1.48
windows-sys has a MSRV of 1.48, which forces us to bump the MSRV of this crate.
1 parent c7955a7 commit a6a394a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libloading.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust_toolchain: [nightly, stable, 1.40.0]
18+
rust_toolchain: [nightly, stable, 1.48.0]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020
timeout-minutes: 20
2121
steps:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.mkd"
1212
description = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety."
1313
keywords = ["dlopen", "load", "shared", "dylib"]
1414
categories = ["api-bindings"]
15-
rust-version = "1.40.0"
15+
rust-version = "1.48.0"
1616

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

0 commit comments

Comments
 (0)