diff --git a/.github/workflows/libloading.yml b/.github/workflows/libloading.yml index 5837da406..3382da1bf 100644 --- a/.github/workflows/libloading.yml +++ b/.github/workflows/libloading.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 76765c92d..9380780ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"