Annotate the MSRV in Cargo.toml
This commit is contained in:
parent
e0ebb7be13
commit
e38bb29824
|
@ -3,7 +3,7 @@ name = "libloading"
|
|||
# When bumping
|
||||
# * Don’t 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"
|
||||
|
|
Loading…
Reference in New Issue