Annotate the MSRV in Cargo.toml

This commit is contained in:
Simonas Kazlauskas 2021-11-14 16:07:16 +02:00
parent e0ebb7be13
commit e38bb29824
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "libloading"
# When bumping
# * Dont forget to add an entry to `src/changelog.rs`
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
version = "0.7.1"
version = "0.7.2"
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"
@ -12,6 +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"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"