aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:20:16 +0000
committerDavid LeGare <legare@google.com>2022-03-08 18:02:54 +0000
commitfaeb5c93ba9a0682cf25657d8e5070ca3a94a316 (patch)
tree8167ff3ef81634a34f22347866ca7517ab5783d0 /Cargo.toml.orig
parent46d5ad1c7ec6697c3dad1099dfe4592be4e2e63a (diff)
downloadlibloading-faeb5c93ba9a0682cf25657d8e5070ca3a94a316.tar.gz
Update libloading to 0.7.3
Test: cd external/rust/crates && atest --host -c Change-Id: I1a047668c589c6e149a693e9a8ac9e7e9ecbb325
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index d946299..35e8353 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -2,16 +2,17 @@
name = "libloading"
# When bumping
# * Don’t forget to add an entry to `src/changelog.rs`
-# * If bumping a incompatible version, adjust documentation in `src/lib.rs`
-version = "0.7.0"
+# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
+version = "0.7.3"
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"
documentation = "https://docs.rs/libloading/"
readme = "README.mkd"
-description = "A safer binding to platform’s dynamic library loading utilities"
+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"
@@ -29,4 +30,4 @@ static_assertions = "1.1"
[package.metadata.docs.rs]
all-features = true
-rustdoc-args = ["--cfg", "docsrs"]
+rustdoc-args = ["--cfg", "libloading_docs"]