We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde2b99 commit 477b3f7Copy full SHA for 477b3f7
Cargo.toml
@@ -6,7 +6,7 @@ members = [
6
7
[workspace.package]
8
edition = "2021"
9
-version = "0.1.0"
+version = "0.1.1"
10
description = "simple-dftd3 FFI bindings, wrappers and build-from-source"
11
repository = "https://github.com/RESTGroup/dftd3-rs"
12
keywords = ["ffi", "chemistry"]
dftd3/Cargo.toml
@@ -23,7 +23,7 @@ approx = { version = "0.5" }
23
gcp = []
24
25
[package.metadata.docs.rs]
26
-cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples", "--document-private-items"]
+cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
27
all-features = true
28
29
[[example]]
0 commit comments